]> git.mxchange.org Git - simgear.git/blobdiff - simgear/route/routetest.cxx
Patch from Melchior Franz:
[simgear.git] / simgear / route / routetest.cxx
index 2de066e7e53a37caeb1b17efc6ecdef9044db938..313ed528b764615e3de6831e68608b27b9b36f30 100644 (file)
@@ -1,8 +1,16 @@
+#include <simgear/compiler.h>
 #include <simgear/constants.h>
 
+#include STL_IOSTREAM
+
 #include "route.hxx"
 #include "waypoint.hxx"
 
+#if !defined(SG_HAVE_NATIVE_SGI_COMPILERS)
+SG_USING_STD(cout);
+SG_USING_STD(endl);
+#endif
 int main() {
     SGRoute route;