]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/new_gui.cxx
Don't scale elevator by 0.5.
[flightgear.git] / src / GUI / new_gui.cxx
index 67edea6097ad7b1bcf6629bc44af4650f8a5c873..f6e087ca91a1ad602d9ee7c8ac60cc103561a9db 100644 (file)
@@ -5,12 +5,15 @@
 #include <plib/pu.h>
 #include <plib/ul.h>
 
-#include <simgear/misc/exception.hxx>
+#include <simgear/compiler.h>
+#include <simgear/structure/exception.hxx>
+
 #include <Main/fg_props.hxx>
 
 #include "menubar.hxx"
 #include "dialog.hxx"
 
+SG_USING_STD(map);
 
 \f
 ////////////////////////////////////////////////////////////////////////