include header for auto_ptr
This commit is contained in:
parent
d784810430
commit
696007e503
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
|
||||
#include "gps.hxx"
|
||||
|
||||
#include <memory>
|
||||
#include <set>
|
||||
|
||||
#include "Main/fg_props.hxx"
|
||||
|
@ -24,6 +25,7 @@
|
|||
#include <simgear/sg_inlines.h>
|
||||
#include <simgear/math/sg_geodesy.hxx>
|
||||
|
||||
using std::auto_ptr;
|
||||
using std::string;
|
||||
|
||||
///////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Reference in a new issue