]> git.mxchange.org Git - flightgear.git/commitdiff
MSVC fixes
authorehofman <ehofman>
Sun, 6 Jun 2004 08:35:09 +0000 (08:35 +0000)
committerehofman <ehofman>
Sun, 6 Jun 2004 08:35:09 +0000 (08:35 +0000)
src/Traffic/Schedule.cxx

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