1
0
Fork 0

Fix missing includes

This commit is contained in:
Christian Schmitt 2013-02-28 20:16:26 +01:00
parent 88a4435cef
commit 4f4f099ad5
2 changed files with 2 additions and 0 deletions

View file

@ -30,6 +30,7 @@
#include "airport.hxx"
#include <algorithm>
#include <cassert>
#include <boost/foreach.hpp>

View file

@ -34,6 +34,7 @@
#include <map>
#include <Navaids/positioned.hxx>
#include <Airports/runways.hxx>
// forward decls
class FGAirportDynamics;