]> git.mxchange.org Git - flightgear.git/commitdiff
Need to include fg_os.hxx, so the PUI initialization picks the right library.
authorandy <andy>
Mon, 5 Apr 2004 21:51:16 +0000 (21:51 +0000)
committerandy <andy>
Mon, 5 Apr 2004 21:51:16 +0000 (21:51 +0000)
src/GUI/gui.cxx

index 48deee30cd54fa5ac836d0b3b20391e99f7830fb..bbdbda878f85260a37ba212f6d87e8a841b42ecc 100644 (file)
@@ -39,6 +39,7 @@
 #include <simgear/props/props.hxx>
 #include <simgear/props/props_io.hxx>
 
+#include <Main/fg_os.hxx> // Must come *before* pu.h!
 #include <plib/pu.h>
 
 #include <Include/general.hxx>