]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/sg_path.hxx
Better error reporting for effects
[simgear.git] / simgear / misc / sg_path.hxx
index a0636085507c0fb120c05c41c55f2aede3d55494..70f1b6c52b5ee8ca4911813459b12fe795b95df6 100644 (file)
 #include <sys/types.h>
 
 #include <simgear/compiler.h>
-#include STL_STRING
+#include <string>
 
 #include <simgear/math/sg_types.hxx>
 
-SG_USING_STD(string);
+using std::string;
 
 #ifdef _MSC_VER
   typedef int mode_t;