]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_warnings_errors.cpp
Updated to match changes in radiostack.[ch]xx
[flightgear.git] / src / FDM / UIUCModel / uiuc_warnings_errors.cpp
index e6b015ebf792fc2087899adf99364b1101fde87c..b28b70f29e2e8448e7638969adb6377b08729847 100644 (file)
@@ -74,8 +74,19 @@ for information.
  USA or view http://www.gnu.org/copyleft/gpl.html.
 
 **********************************************************************/
+#include <stdlib.h>
+
 #include "uiuc_warnings_errors.h"
 
+#if !defined (SG_HAVE_NATIVE_SGI_COMPILERS)
+SG_USING_STD (cerr);
+SG_USING_STD (endl);
+
+#  ifndef _MSC_VER
+SG_USING_STD (exit);
+#  endif
+#endif
+
 void uiuc_warnings_errors(int errorCode, string line)
 {
   switch (errorCode)