1
0
Fork 0

Fix missing header files.

This commit is contained in:
Scott Giese 2019-02-05 00:24:12 -06:00
parent 7fd7c599a2
commit 8fc59cbc49
2 changed files with 3 additions and 0 deletions

View file

@ -26,6 +26,7 @@
#include <map>
#include <fstream>
#include <cassert>
#include <algorithm>
// SimGear
#include <simgear/structure/exception.hxx>

View file

@ -2,6 +2,8 @@
# include "config.h"
#endif
#include <algorithm>
#include "LevelDXML.hxx"
#include <simgear/structure/exception.hxx>