1
0
Fork 0

Miscellaneous MSVC fixes.

This commit is contained in:
curt 2000-09-06 22:46:43 +00:00
parent 517d111c5c
commit a009f04353
2 changed files with 7 additions and 3 deletions

View file

@ -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);

View file

@ -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>