]> 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 0d57bff89fcef2ed47827b20b52206e20fa953b6..f0debfd93a1a12259a3d126c3720750f9316ea66 100644 (file)
@@ -1,12 +1,12 @@
 #include <simgear/compiler.h>
 #include <simgear/constants.h>
 
-#include STL_IOSTREAM
+#include <iostream>
 
 #include "waypoint.hxx"
 
-SG_USING_STD(cout);
-SG_USING_STD(endl);
+using std::cout;
+using std::endl;
 
 int main() {
     SGWayPoint a1(-93.216923, 44.880547, 0.0, SGWayPoint::WGS84, "KMSP");