MSVC build fixes, ooops

This commit is contained in:
James Turner
2018-04-25 11:41:40 +01:00
parent d85d85e7dc
commit bf21c0e099
3 changed files with 4 additions and 0 deletions

View File

@@ -167,6 +167,8 @@ std::string SGSubsystem::nameForState(State s)
case State::SUSPEND: return "suspend";
case State::RESUME: return "resume";
}
return {};
}
////////////////////////////////////////////////////////////////////////

View File

@@ -28,6 +28,7 @@
#include <string>
#include <map>
#include <vector>
#include <functional>
#include <simgear/timing/timestamp.hxx>
#include <simgear/structure/SGSharedPtr.hxx>

View File

@@ -1,6 +1,7 @@
#include <simgear_config.h>
#include <cstdio>
#include <algorithm>
#include <simgear/compiler.h>
#include <simgear/constants.h>