]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATCDCL/ATCutils.cxx
Fix canvas gui size sometimes not initialized correct
[flightgear.git] / src / ATCDCL / ATCutils.cxx
index 02485a54963aee148bf8bf3385987a253b20711d..2960401728115670bf5e03693b32aa1f71bb0ef2 100644 (file)
@@ -23,8 +23,8 @@
 #endif
 
 #include <sstream>
+#include <cstdlib>
 
-#include <simgear/math/SGMath.hxx>
 #include <simgear/constants.h>
 #include <simgear/misc/sg_path.hxx>
 #include <simgear/debug/logstream.hxx>
@@ -268,4 +268,4 @@ bool OnRunway(const SGGeod& pt, const FGRunwayBase* rwy) {
        
        return(false);
 }
-       
+