]> git.mxchange.org Git - simgear.git/blobdiff - simgear/route/routetest.cxx
Patch from Erik Hofman:
[simgear.git] / simgear / route / routetest.cxx
index 2de066e7e53a37caeb1b17efc6ecdef9044db938..1d8be5af682e3ddedc5e3b2e52a1a4862cd3829b 100644 (file)
@@ -1,8 +1,14 @@
+#include <simgear/compiler.h>
 #include <simgear/constants.h>
 
+#include STL_IOSTREAM
+
 #include "route.hxx"
 #include "waypoint.hxx"
 
+SG_USING_STD(cout);
+SG_USING_STD(endl);
 int main() {
     SGRoute route;