]> git.mxchange.org Git - flightgear.git/commitdiff
MSVC++ tweaks contributed by Christian Mayer.
authorcurt <curt>
Mon, 28 Jun 1999 18:41:01 +0000 (18:41 +0000)
committercurt <curt>
Mon, 28 Jun 1999 18:41:01 +0000 (18:41 +0000)
src/Cockpit/hud.hxx
src/GUI/gui.cxx

index 079139e29a06116b10af2c136b06caa9ca57aaf8..4b5006070cb4ed25713c09b81aca3193f0b94957 100644 (file)
@@ -57,6 +57,8 @@
 
 FG_USING_STD(deque);
 FG_USING_STD(vector);
+FG_USING_NAMESPACE(std);
+
 
 #ifndef WIN32
   typedef struct {
index 164ec1a530b877097c318cde41a82350b64fc35a..4ccceb468a82ba222fda1e7fa1a4d0a266be09ce 100644 (file)
 
 FG_USING_STD(string);
 
+#ifndef FG_HAVE_NATIVE_SGI_COMPILERS
+FG_USING_STD(cout);
+#endif
+
 puFont guiFnt = 0;
 fntTexFont *guiFntHandle = 0;