]> git.mxchange.org Git - flightgear.git/blobdiff - src/WeatherCM/FGWeatherParse.h
Moved random ground cover object management code (userdata.[ch]xx) over
[flightgear.git] / src / WeatherCM / FGWeatherParse.h
index 5cbc0fd933ec407385a354369c2fd2260ec9cbd6..5b51681f641affb4b5ed0f1280c82b5c39c360e3 100644 (file)
@@ -61,10 +61,14 @@ 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"