]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/props_test.cxx
- made getValue methods protected, so that they won't be invoked outside
[simgear.git] / simgear / misc / props_test.cxx
index 3ee2552d35349a809e21f7e4d4cd0c6509f56ef5..8d18162d4e12314f19952b918bfbf8d77453d05a 100644 (file)
@@ -3,10 +3,6 @@
 // Test harness.
 ////////////////////////////////////////////////////////////////////////
 
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #include <simgear/compiler.h>
 
 #include STL_IOSTREAM
@@ -14,6 +10,7 @@
 
 #if !defined(SG_HAVE_NATIVE_SGI_COMPILERS)
 SG_USING_STD(cout);
+SG_USING_STD(cerr);
 SG_USING_STD(endl);
 #endif