]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/material/mat.hxx
Reduce compiler.h to almost nothing (but it's worth keeping around I think, for
[simgear.git] / simgear / scene / material / mat.hxx
index 6d0c89af58e245a40e19277b0247e06fb4161f5d..621f7940243c8d67c60bd2cefa105b689d3b5c21 100644 (file)
@@ -32,7 +32,7 @@
 
 #include <simgear/compiler.h>
 
-#include STL_STRING      // Standard C++ string library
+#include <string>      // Standard C++ string library
 #include <vector>
 #include <map>