From 38f5e2c1dd479d2ec86b00296326379d1f87165a Mon Sep 17 00:00:00 2001 From: ehofman Date: Sun, 6 Jun 2004 08:35:09 +0000 Subject: [PATCH] MSVC fixes --- src/Traffic/Schedule.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Traffic/Schedule.cxx b/src/Traffic/Schedule.cxx index ce6deedab..cc9a90e45 100644 --- a/src/Traffic/Schedule.cxx +++ b/src/Traffic/Schedule.cxx @@ -28,6 +28,7 @@ #include #include +#include #include @@ -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 -- 2.39.5