1
0
Fork 0

MSVC fixes

This commit is contained in:
ehofman 2004-06-06 08:35:09 +00:00
parent 049afb8a48
commit 38f5e2c1dd

View file

@ -28,6 +28,7 @@
#include <string> #include <string>
#include <vector> #include <vector>
#include <algorithm>
#include <plib/sg.h> #include <plib/sg.h>
@ -48,6 +49,7 @@
#include "SchedFlight.hxx" #include "SchedFlight.hxx"
#include "TrafficMgr.hxx" #include "TrafficMgr.hxx"
SG_USING_STD( sort );
/****************************************************************************** /******************************************************************************
* the FGAISchedule class contains data members and code to maintain a * the FGAISchedule class contains data members and code to maintain a