]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_warnings_errors.h
Make yasim accept the launchbar and hook properties. They are not tied to anything...
[flightgear.git] / src / FDM / UIUCModel / uiuc_warnings_errors.h
index 8248c00f263de939b50764789af24e5169d1516b..e19d13f95ba766a81b94228aab5e34aa390a4ccf 100644 (file)
@@ -4,9 +4,10 @@
 #include <simgear/compiler.h>
 
 #include <string>
-#include <iostream>
+#include <cstdlib>
+#include STL_IOSTREAM
 
-FG_USING_STD(string);
+SG_USING_STD(string);
 
 void uiuc_warnings_errors(int errorCode, string line);