]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/lfsglass.cxx
Update Mac configure script for new ALUT scheme; support --with-alut-framework.
[flightgear.git] / src / Network / lfsglass.cxx
index 5d805a290f25e0d8e785f8b39c3e31a2193ad3ca..ea67689923444708f8fd4f3dcc83434865db3abf 100644 (file)
@@ -27,6 +27,9 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 //
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 
 #include <simgear/debug/logstream.hxx>
 #include <simgear/io/iochannel.hxx>
@@ -38,7 +41,7 @@
 #include <Main/globals.hxx>
 #include <Main/fg_props.hxx>
 
-SG_USING_STD(vector);
+using std::vector;
 
 FGLFSGlass::FGLFSGlass() : 
        press_node(fgGetNode("/environment/pressure-inhg[0]", true)),