]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/splash.cxx
Fix shared library build for metar executable
[flightgear.git] / src / Main / splash.cxx
index a21064cabadba863f19fe85cc87d02b5cce791e4..c3a0a7d9bac81e7190760db6f3bbfd8b048dbb52 100644 (file)
 #include <simgear/math/sg_random.h>
 #include <simgear/misc/sg_path.hxx>
 
-#include <GUI/new_gui.hxx>
+#include <plib/fnt.h>
+
+#include "GUI/FGFontCache.hxx"
+#include "GUI/FGColor.hxx"
 
 #include "globals.hxx"
 #include "fg_props.hxx"
@@ -146,8 +149,8 @@ public:
 
 char *genNameString()
 {
-    string website = "http://www.flightgear.org";
-    string programName = "FlightGear";
+    std::string website = "http://www.flightgear.org";
+    std::string programName = "FlightGear";
     char *name = new char[26];
     name[20] = 114;
     name[8] = 119;