From: Tim Moore Date: Tue, 6 Oct 2009 09:18:26 +0000 (+0200) Subject: include header for auto_ptr X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=696007e5035548514944c85ca26aac32d400b543;p=flightgear.git include header for auto_ptr --- diff --git a/src/Instrumentation/gps.cxx b/src/Instrumentation/gps.cxx index a0c1cdbd2..272995dd3 100644 --- a/src/Instrumentation/gps.cxx +++ b/src/Instrumentation/gps.cxx @@ -9,6 +9,7 @@ #include "gps.hxx" +#include #include #include "Main/fg_props.hxx" @@ -24,6 +25,7 @@ #include #include +using std::auto_ptr; using std::string; ///////////////////////////////////////////////////////////////////