From 2d8cf78328fce4b71922a3814be365e7c728f2af Mon Sep 17 00:00:00 2001 From: James Turner Date: Wed, 25 Feb 2015 23:53:49 +0000 Subject: [PATCH] Fix Linux compilation. - needed for auto_ptr --- src/Navaids/routePath.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Navaids/routePath.hxx b/src/Navaids/routePath.hxx index 799731e9d..49b44de4a 100644 --- a/src/Navaids/routePath.hxx +++ b/src/Navaids/routePath.hxx @@ -24,6 +24,7 @@ #ifndef FG_ROUTE_PATH_HXX #define FG_ROUTE_PATH_HXX +#include #include namespace flightgear -- 2.39.5