]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_warnings_errors.h
Updated to match changes in radiostack.[ch]xx
[flightgear.git] / src / FDM / UIUCModel / uiuc_warnings_errors.h
index 80cb9eaad08db3532cbad34316859ef118b9669f..275c19d219a593fa2a45dab695f78c4edee7b024 100644 (file)
@@ -1,8 +1,12 @@
 #ifndef _WARNINGS_ERRORS_H_
 #define _WARNINGS_ERRORS_H_
 
+#include <simgear/compiler.h>
+
 #include <string>
-#include <iostream>
+#include STL_IOSTREAM
+
+SG_USING_STD(string);
 
 void uiuc_warnings_errors(int errorCode, string line);