]> git.mxchange.org Git - simgear.git/blobdiff - simgear/route/waytest.cxx
Roy Vegard Ovesen:
[simgear.git] / simgear / route / waytest.cxx
index e8825b8e427136a3d92ad8b31718e075f6cb0fb8..0d57bff89fcef2ed47827b20b52206e20fa953b6 100644 (file)
@@ -1,6 +1,13 @@
+#include <simgear/compiler.h>
 #include <simgear/constants.h>
+
+#include STL_IOSTREAM
+
 #include "waypoint.hxx"
 
+SG_USING_STD(cout);
+SG_USING_STD(endl);
+
 int main() {
     SGWayPoint a1(-93.216923, 44.880547, 0.0, SGWayPoint::WGS84, "KMSP");
     SGWayPoint a2(-93.216923, 44.880547, 0.0, SGWayPoint::SPHERICAL, "KMSP");