From 696007e5035548514944c85ca26aac32d400b543 Mon Sep 17 00:00:00 2001 From: Tim Moore Date: Tue, 6 Oct 2009 11:18:26 +0200 Subject: [PATCH] include header for auto_ptr --- src/Instrumentation/gps.cxx | 2 ++ 1 file changed, 2 insertions(+) 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; ///////////////////////////////////////////////////////////////////