Fix linux build - auto_ptr<> needs <memory>
This commit is contained in:
parent
9c983359aa
commit
11bb6ef146
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
|
||||
#include <simgear/compiler.h>
|
||||
#include <simgear/props/props.hxx>
|
||||
|
|
Loading…
Reference in a new issue