Miscellaneous MSVC fixes.
This commit is contained in:
parent
517d111c5c
commit
a009f04353
2 changed files with 7 additions and 3 deletions
|
@ -51,10 +51,14 @@
|
|||
#include STL_STRING
|
||||
#include <set>
|
||||
|
||||
#define NDEBUG // she don't work without it.
|
||||
#ifndef _MSC_VER
|
||||
# define NDEBUG // she don't work without it.
|
||||
#endif
|
||||
#include <mk4.h>
|
||||
#include <mk4str.h>
|
||||
#undef NDEBUG
|
||||
#ifndef _MSC_VER
|
||||
# undef NDEBUG
|
||||
#endif
|
||||
|
||||
FG_USING_STD(string);
|
||||
FG_USING_STD(set);
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
|
||||
#include <simgear/constants.h>
|
||||
|
||||
#include <fg_typedefs.h>
|
||||
#include <Include/fg_typedefs.h>
|
||||
#include <Aircraft/aircraft.hxx>
|
||||
#include <FDM/flight.hxx>
|
||||
#include <Controls/controls.hxx>
|
||||
|
|
Loading…
Add table
Reference in a new issue