]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/sg_binobj.cxx
From Benoit Laniel: replace SG threading constructs with those from OpenThreads
[simgear.git] / simgear / io / sg_binobj.cxx
index f0af93b894c725f24b1e1a220f853328decdbd4c..62e3fbe1c5219257edc863b9a07018e952895c33 100644 (file)
@@ -34,6 +34,7 @@
 
 #include <vector>
 #include STL_STRING
+#include <iostream>
 
 #include <simgear/bucket/newbucket.hxx>
 #include <simgear/misc/sg_path.hxx>
@@ -45,6 +46,8 @@
 SG_USING_STD( string );
 SG_USING_STD( vector );
 
+using std::cout;
+using std::endl;
 
 enum sgObjectTypes {
     SG_BOUNDING_SPHERE = 0,