]> git.mxchange.org Git - simgear.git/blobdiff - simgear/serial/serial.hxx
When instantiating effects, copy user data of any created nodes.
[simgear.git] / simgear / serial / serial.hxx
index 6441964ca1c8fbbf4ee8fc77685c583bc25453d8..83cc60085fc7150a69aedc851fb346aecb4974af 100644 (file)
@@ -37,8 +37,8 @@
 #endif
 
 #include <simgear/compiler.h>
-#include STL_STRING
-SG_USING_STD(string);
+#include <string>
+using std::string;
 
 // if someone know how to do this all with C++ streams let me know
 // #include <stdio.h>