X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmath%2Finterpolater.cxx;h=1bbbadc801d2a427ccd91cb8ac66cb3ef18d7f6e;hb=3cd4c5566f8c418bc9bbb6026072eb0192027993;hp=6502ba5a2f6bd8caaab8613a89442c7f0ce1acde;hpb=733e6fa14ff507a1022ecab8d55cc9bf587bee40;p=simgear.git diff --git a/simgear/math/interpolater.cxx b/simgear/math/interpolater.cxx index 6502ba5a..1bbbadc8 100644 --- a/simgear/math/interpolater.cxx +++ b/simgear/math/interpolater.cxx @@ -22,6 +22,9 @@ // // $Id$ +#ifdef HAVE_CONFIG_H +# include +#endif #include @@ -33,7 +36,9 @@ #include "interpolater.hxx" -SG_USING_STD(string); +#include + +using std::string; // Constructor -- starts with an empty table. SGInterpTable::SGInterpTable()