Fix Linux compilation.
- <memory> needed for auto_ptr
This commit is contained in:
parent
a3d3e81a86
commit
2d8cf78328
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
#ifndef FG_ROUTE_PATH_HXX
|
||||
#define FG_ROUTE_PATH_HXX
|
||||
|
||||
#include <memory>
|
||||
#include <Navaids/route.hxx>
|
||||
|
||||
namespace flightgear
|
||||
|
|
Loading…
Add table
Reference in a new issue