]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/fix.hxx
- adjusted for no-value constructor for FGPanel
[flightgear.git] / src / Navaids / fix.hxx
index 0915cedb84a05a431bf9f37c32730c1c2cdcf478..3804fb4b286ce02c246c6e34f15bd5731eb72581 100644 (file)
 #define _FG_FIX_HXX
 
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <simgear/compiler.h>
-#include <simgear/misc/fgstream.hxx>
+#include <simgear/misc/sgstream.hxx>
 
 #ifdef SG_HAVE_STD_INCLUDES
 #  include <istream>
-#elif defined( FG_HAVE_NATIVE_SGI_COMPILERS )
+#elif defined( SG_HAVE_NATIVE_SGI_COMPILERS )
 #  include <iostream.h>
 #elif defined( __BORLANDC__ )
 #  include <iostream>
 #  include <istream.h>
 #endif
 
-#if ! defined( FG_HAVE_NATIVE_SGI_COMPILERS )
-FG_USING_STD(istream);
+#if ! defined( SG_HAVE_NATIVE_SGI_COMPILERS )
+SG_USING_STD(istream);
 #endif
 
 #include STL_STRING
-FG_USING_STD(string);
+SG_USING_STD(string);
 
 
 class FGFix {