]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/model/model.hxx
Improove bounding volume building in the scenery loading process.
[simgear.git] / simgear / scene / model / model.hxx
index 1de3bf40c0e77d99b845bf5cf923e688762e669d..9f930f3eb8d2b83010c50c4093db58a079b66112 100644 (file)
@@ -15,8 +15,8 @@
 #include <vector>
 #include <set>
 
-SG_USING_STD(vector);
-SG_USING_STD(set);
+using std::vector;
+using std::set;
 
 #include <osg/Node>
 #include <osg/Texture2D>