]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/new_gui.cxx
Moved random ground cover object management code (userdata.[ch]xx) over
[flightgear.git] / src / GUI / new_gui.cxx
index 67edea6097ad7b1bcf6629bc44af4650f8a5c873..63f41cba969ed3dc994eedf5b7233f6b6ee30a07 100644 (file)
@@ -5,12 +5,14 @@
 #include <plib/pu.h>
 #include <plib/ul.h>
 
+#include <simgear/compiler.h>
 #include <simgear/misc/exception.hxx>
 #include <Main/fg_props.hxx>
 
 #include "menubar.hxx"
 #include "dialog.hxx"
 
+SG_USING_STD(map);
 
 \f
 ////////////////////////////////////////////////////////////////////////