]> git.mxchange.org Git - simgear.git/blobdiff - simgear/route/waytest.cxx
Rotate the scenery tiles so that the horizont is axis aligned.
[simgear.git] / simgear / route / waytest.cxx
index e8825b8e427136a3d92ad8b31718e075f6cb0fb8..f0debfd93a1a12259a3d126c3720750f9316ea66 100644 (file)
@@ -1,6 +1,13 @@
+#include <simgear/compiler.h>
 #include <simgear/constants.h>
+
+#include <iostream>
+
 #include "waypoint.hxx"
 
+using std::cout;
+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");