]> 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 5977b2faa5835376dc7ef3091aeb10bbca031402..e19d13f95ba766a81b94228aab5e34aa390a4ccf 100644 (file)
@@ -1,10 +1,13 @@
 #ifndef _WARNINGS_ERRORS_H_
 #define _WARNINGS_ERRORS_H_
 
+#include <simgear/compiler.h>
+
 #include <string>
-#include <iostream>
+#include <cstdlib>
+#include STL_IOSTREAM
 
-using std::string;
+SG_USING_STD(string);
 
 void uiuc_warnings_errors(int errorCode, string line);