]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/LaRCsim/LaRCsimIC.cxx
Latest round of JSBim updates.
[flightgear.git] / src / FDM / LaRCsim / LaRCsimIC.cxx
index ec867dbf3a8c9e74a6d2c0186fbf9991f292ce9e..ddf196d2ce0876e2dd7f03ed29af490ffb57c1e5 100644 (file)
@@ -28,7 +28,7 @@
 #include <simgear/compiler.h>
 
 #include <math.h>
-#include STL_IOSTREAM
+#include <iostream>
 
 #include "ls_cockpit.h"
 #include "ls_generic.h"
@@ -39,8 +39,8 @@
 
 #include "LaRCsimIC.hxx"
 
-SG_USING_STD(cout);
-SG_USING_STD(endl);
+using std::cout;
+using std::endl;
 
 
 LaRCsimIC::LaRCsimIC(void) {