1
0
Fork 0

Fix Linux compilation.

- <memory> needed for auto_ptr
This commit is contained in:
James Turner 2015-02-25 23:53:49 +00:00
parent a3d3e81a86
commit 2d8cf78328

View file

@ -24,6 +24,7 @@
#ifndef FG_ROUTE_PATH_HXX
#define FG_ROUTE_PATH_HXX
#include <memory>
#include <Navaids/route.hxx>
namespace flightgear