Fix missing includes
This commit is contained in:
parent
88a4435cef
commit
4f4f099ad5
2 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
|
||||
#include "airport.hxx"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
#include <boost/foreach.hpp>
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#include <map>
|
||||
|
||||
#include <Navaids/positioned.hxx>
|
||||
#include <Airports/runways.hxx>
|
||||
|
||||
// forward decls
|
||||
class FGAirportDynamics;
|
||||
|
|
Loading…
Add table
Reference in a new issue