]> git.mxchange.org Git - flightgear.git/commitdiff
Fix Linux compilation.
authorJames Turner <zakalawe@mac.com>
Wed, 25 Feb 2015 23:53:49 +0000 (23:53 +0000)
committerJames Turner <zakalawe@mac.com>
Wed, 25 Feb 2015 23:53:49 +0000 (23:53 +0000)
- <memory> needed for auto_ptr

src/Navaids/routePath.hxx

index 799731e9d736999a6c024f358058437a326202ca..49b44de4a01d2b3db0285700b765980c6eac86b8 100644 (file)
@@ -24,6 +24,7 @@
 #ifndef FG_ROUTE_PATH_HXX
 #define FG_ROUTE_PATH_HXX
 
+#include <memory>
 #include <Navaids/route.hxx>
 
 namespace flightgear