]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/layout-test.cxx
Merge branch 'topic/multiplayer' into next
[flightgear.git] / src / GUI / layout-test.cxx
index 075da15a5d0b279aabe5f4e3240f085122cdb186..0c7e3fed2a21d953a51d0775f5cdfeab74cd303e 100644 (file)
@@ -1,7 +1,11 @@
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <iostream>
 
 #include <simgear/compiler.h>
-#include SG_GL_H
+#include <osg/GL>
 #include <plib/pw.h>
 #include <plib/pu.h>
 #include <simgear/props/props.hxx>
@@ -53,5 +57,5 @@ int main(int argc, char** argv)
     int pw=0, ph=0;
     w.calcPrefSize(&pw, &ph);
     w.layout(0, 0, pw, ph);
-    writeProperties(cout, &props, true);
+    writeProperties(std::cout, &props, true);
 }