]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_warnings_errors.cpp
Reset: work with threaded OSG modes
[flightgear.git] / src / FDM / UIUCModel / uiuc_warnings_errors.cpp
index a4e3930c8f5a06a46f6356164efa09356c06119c..50866ad1450fcdb101aed5af2f0916ea3a511085 100644 (file)
@@ -74,16 +74,18 @@ Prints to screen the follow:
 
 **********************************************************************/
 
+#include <iostream>
+
 #include "uiuc_warnings_errors.h"
 
-SG_USING_STD (cerr);
-SG_USING_STD (endl);
+using std::cerr;
+using std::endl;
 
 #ifndef _MSC_VER
-SG_USING_STD (exit);
+using std::exit;
 #endif
 
-void uiuc_warnings_errors(int errorCode, string line)
+void uiuc_warnings_errors(int errorCode, std::string line)
 {
   switch (errorCode)
     {