Try fix windows build (missing includes)
This commit is contained in:
parent
5b379f904f
commit
f6046836c0
2 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
#include "realwx_ctrl.hxx"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cctype>
|
||||
|
||||
#include <simgear/structure/exception.hxx>
|
||||
#include <simgear/misc/strutils.hxx>
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include <Airports/runways.hxx>
|
||||
#include <Navaids/waypoint.hxx>
|
||||
|
||||
#include <iterator> // required for WIN
|
||||
using std::string;
|
||||
|
||||
namespace flightgear
|
||||
|
|
Loading…
Add table
Reference in a new issue