]> git.mxchange.org Git - flightgear.git/blobdiff - src/WeatherCM/FGWeatherParse.h
Moved JSBSim.hxx to src/FDM/JSBSim/
[flightgear.git] / src / WeatherCM / FGWeatherParse.h
index 56717d3f64ffe57977d1f342f9a10c88a1dc701e..5b51681f641affb4b5ed0f1280c82b5c39c360e3 100644 (file)
@@ -61,17 +61,21 @@ HISTORY
 /****************************************************************************/
 /* INCLUDES                                                                */
 /****************************************************************************/
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <simgear/compiler.h>
 #include <vector>
 
-#include <simgear/misc/fgstream.hxx>
+#include <simgear/misc/sgstream.hxx>
 
 #include "FGPhysicalProperties.h"
 
 /****************************************************************************/
 /* DEFINES                                                                 */
 /****************************************************************************/
-FG_USING_STD(vector);
+SG_USING_STD(vector);
 
 /****************************************************************************/
 /* CLASS DECLARATION                                                       */