Fix missing header files.
This commit is contained in:
parent
7fd7c599a2
commit
8fc59cbc49
2 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
#include <map>
|
||||
#include <fstream>
|
||||
#include <cassert>
|
||||
#include <algorithm>
|
||||
|
||||
// SimGear
|
||||
#include <simgear/structure/exception.hxx>
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include "LevelDXML.hxx"
|
||||
|
||||
#include <simgear/structure/exception.hxx>
|
||||
|
|
Loading…
Add table
Reference in a new issue