1
0
Fork 0

include header for auto_ptr

This commit is contained in:
Tim Moore 2009-10-06 11:18:26 +02:00
parent d784810430
commit 696007e503

View file

@ -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;
///////////////////////////////////////////////////////////////////