]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/gensimple.cxx
Moved random ground cover object management code (userdata.[ch]xx) over
[flightgear.git] / src / Airports / gensimple.cxx
index db67d61f69d39a82c31f641107e376f7568dc891..0d9f6085012db5a08cf01ca86dddc8d9d4a72c6a 100644 (file)
@@ -1,9 +1,16 @@
 // dump out a gdbm version of the simple airport file
 
+#include <simgear/compiler.h>
+
+#include STL_IOSTREAM
+
 #include <simgear/debug/logstream.hxx>
 
 #include "simple.hxx"
 
+SG_USING_STD(cout);
+SG_USING_STD(endl);
+
 int main( int argc, char **argv ) {
     FGAirportsUtil airports;
     FGAirport a;