]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/panel.cxx
Remove hard-coded values wherever possible;
[flightgear.git] / src / Cockpit / panel.cxx
index 7c7dd810c690e1f21119b43f8657453db7046f5f..6cdce3d70f41f1a41ad8f44ad82c156852a31151 100644 (file)
@@ -57,7 +57,7 @@
 #include <Main/fg_props.hxx>
 #include <Main/viewmgr.hxx>
 #include <Time/light.hxx>
-#include <GUI/new_gui.hxx>     // FGFontCache
+#include <GUI/FGFontCache.hxx> 
 #include <Main/viewer.hxx>
 #include <Instrumentation/dclgps.hxx>
 
@@ -71,6 +71,8 @@
 // my hardware/driver requires many more.
 #define POFF_UNITS 8
 
+using std::map;
+
 ////////////////////////////////////////////////////////////////////////
 // Local functions.
 ////////////////////////////////////////////////////////////////////////