]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/sunsolver.cxx
Provide an initial heuristic for airports for which we haven't collected any usage...
[flightgear.git] / src / Time / sunsolver.cxx
index cdb53a6bfe43d99539d7d9ffa565fbdce7e5f9f5..a83422759ef9bfcbe8252d76bc88f2b8ec6eb9a8 100644 (file)
@@ -29,6 +29,7 @@
 
 #include <cmath>
 #include <ctime>
+#include <cassert>
 
 #include <simgear/math/SGMath.hxx>
 #include <simgear/timing/sg_time.hxx>
@@ -36,7 +37,6 @@
 #include <Main/globals.hxx>
 #include <Main/fg_props.hxx>
 
-#include "tmp.hxx"
 #include "sunsolver.hxx"