1
0
Fork 0

Try fix windows build (missing includes)

This commit is contained in:
Torsten Dreyer 2019-02-03 21:39:27 +01:00
parent 5b379f904f
commit f6046836c0
2 changed files with 2 additions and 0 deletions

View file

@ -27,6 +27,7 @@
#include "realwx_ctrl.hxx"
#include <algorithm>
#include <cctype>
#include <simgear/structure/exception.hxx>
#include <simgear/misc/strutils.hxx>

View file

@ -27,6 +27,7 @@
#include <Airports/runways.hxx>
#include <Navaids/waypoint.hxx>
#include <iterator> // required for WIN
using std::string;
namespace flightgear