]> git.mxchange.org Git - flightgear.git/commitdiff
include header for auto_ptr
authorTim Moore <timoore@redhat.com>
Tue, 6 Oct 2009 09:18:26 +0000 (11:18 +0200)
committerTim Moore <timoore@redhat.com>
Tue, 6 Oct 2009 09:20:19 +0000 (11:20 +0200)
src/Instrumentation/gps.cxx

index a0c1cdbd2745dd2136b6e2b00fc8153b664a1a66..272995dd37e3c5db963f7c0f51af11996eb37c10 100644 (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;
 
 ///////////////////////////////////////////////////////////////////