]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/shader.h
Silently ignore previous errors to prevent halting the program on silly errors
[simgear.git] / simgear / screen / shader.h
index 8a63643ede7436e8902e0a7b883197544ab58f96..2bd3e8eb1178061416b665eac44b8919d460834d 100644 (file)
 #include <vector>
 
 #include <map>
-#include STL_STRING
+#include <string>
 
-SG_USING_STD(map);
-SG_USING_STD(vector);
-SG_USING_STD(string);
+using std::map;
+using std::vector;
+using std::string;
 
 class Shader {
 public: