]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/TimeManager.cxx
Potential fix for bug #471 (crash in checkspeedadjustment).
[flightgear.git] / src / Time / TimeManager.cxx
index 856ee7599964b104883f4b5e0b5a5a557c0eadc1..52b385e378fd3662f2da9cd3a3f069520e4bdd23 100644 (file)
@@ -41,6 +41,8 @@
 #include <Main/globals.hxx>
 #include <Time/sunsolver.hxx>
 
+using std::string;
+
 static bool do_timeofday (const SGPropertyNode * arg)
 {
     const string &offset_type = arg->getStringValue("timeofday", "noon");