MSVC6 updates
This commit is contained in:
parent
4084f22293
commit
ea24640f96
2 changed files with 4 additions and 1 deletions
|
@ -71,8 +71,9 @@ using std::queue;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined(WIN32) || defined(__GNUC__)
|
||||||
using std::max;
|
using std::max;
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __FreeBSD__ // define gcvt on FreeBSD
|
#ifdef __FreeBSD__ // define gcvt on FreeBSD
|
||||||
|
|
||||||
|
|
|
@ -5,12 +5,14 @@
|
||||||
#include <plib/pu.h>
|
#include <plib/pu.h>
|
||||||
#include <plib/ul.h>
|
#include <plib/ul.h>
|
||||||
|
|
||||||
|
#include <simgear/compiler.h>
|
||||||
#include <simgear/misc/exception.hxx>
|
#include <simgear/misc/exception.hxx>
|
||||||
#include <Main/fg_props.hxx>
|
#include <Main/fg_props.hxx>
|
||||||
|
|
||||||
#include "menubar.hxx"
|
#include "menubar.hxx"
|
||||||
#include "dialog.hxx"
|
#include "dialog.hxx"
|
||||||
|
|
||||||
|
SG_USING_STD(map);
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Reference in a new issue