From: James Turner Date: Wed, 25 Feb 2015 23:53:49 +0000 (+0000) Subject: Fix Linux compilation. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2d8cf78328fce4b71922a3814be365e7c728f2af;p=flightgear.git Fix Linux compilation. - needed for auto_ptr --- 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