]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/sg_binobj.cxx
MacOS X fix
[simgear.git] / simgear / io / sg_binobj.cxx
index f0af93b894c725f24b1e1a220f853328decdbd4c..3c3213082ae7e033945b3325426439597af9c6c9 100644 (file)
@@ -33,7 +33,8 @@
 #include <time.h>
 
 #include <vector>
-#include STL_STRING
+#include <string>
+#include <iostream>
 
 #include <simgear/bucket/newbucket.hxx>
 #include <simgear/misc/sg_path.hxx>
 #include "sg_binobj.hxx"
 
 
-SG_USING_STD( string );
-SG_USING_STD( vector );
-
+using std::string;
+using std::vector;
+using std::cout;
+using std::endl;
 
 enum sgObjectTypes {
     SG_BOUNDING_SPHERE = 0,