]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/interpolater.cxx
cppbind: automatic conversion of SGReferenced derived pointers.
[simgear.git] / simgear / math / interpolater.cxx
index 6502ba5a2f6bd8caaab8613a89442c7f0ce1acde..7b956c95778320ae871d63129ef5e59fb35f597c 100644 (file)
@@ -22,6 +22,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
 
 #include <simgear/compiler.h>
 
@@ -33,7 +36,7 @@
 
 #include "interpolater.hxx"
 
-SG_USING_STD(string);
+using std::string;
 
 // Constructor -- starts with an empty table.
 SGInterpTable::SGInterpTable()