]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/tabbed_values.hxx
Better error reporting for effects
[simgear.git] / simgear / misc / tabbed_values.hxx
index a6dfdedafcaaf572fcaf23d69a267e4868e44310..146ba36834e69985006c92731f8a273e21da1fce 100644 (file)
 #include <simgear/compiler.h>
 
 #include <vector>
-#include STL_STRING
+#include <string>
 
-SG_USING_STD(vector);
-SG_USING_STD(string);
+using std::vector;
+using std::string;
 
 class SGTabbedValues
 {