]> git.mxchange.org Git - simgear.git/blobdiff - simgear/structure/exception.hxx
Replace SG_USE_STD() by using std::
[simgear.git] / simgear / structure / exception.hxx
index 9de8ea8c6a9327caf9e9e683d41fbee8a106cab1..d3b37834e9e8d360e3a567fb186482d93d18b551 100644 (file)
@@ -11,9 +11,9 @@
 #define __SIMGEAR_MISC_EXCEPTION_HXX 1
 
 #include <simgear/compiler.h>
-#include STL_STRING
+#include <string>
 
-SG_USING_STD(string);
+using std::string;
 
 
 /**