]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/decode_binobj.cxx
Tweaks to queuing of HTTP/1.0 connections, and tests for sequential connections in...
[simgear.git] / simgear / io / decode_binobj.cxx
index f2af87d88d058d9969bbb8fb464bc8c8a077eb8b..3088393bb4a34efc9861a26a8add0c8ee7332048 100644 (file)
@@ -6,11 +6,12 @@
 
 #include <unistd.h>
 #include <iostream>
+#include <cstdlib>
 
 #include "sg_binobj.hxx"
 
-SG_USING_STD(cout);
-SG_USING_STD(endl);
+using std::cout;
+using std::endl;
 
 
 int main( int argc, char **argv ) {
@@ -63,7 +64,7 @@ int main( int argc, char **argv ) {
     cout << "# geometry groups" << endl;
     cout << endl;
 
-    string material;
+    std::string material;
     int_list vertex_index;
     int_list normal_index;
     int_list tex_index;