/****************************************************************************/
/* INCLUDES */
/****************************************************************************/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#include <Include/compiler.h>
+#ifdef HAVE_WINDOWS_H
+# include <windows.h>
+#endif
+
#include <iostream>
#include <vector>
#include <map>
/****************************************************************************/
/* INCLUDES */
/****************************************************************************/
+
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#include <Include/compiler.h>
+#ifdef HAVE_WINDOWS_H
+# include <windows.h>
+#endif
+
#include <vector>
#include "sg.h"
/****************************************************************************/
/* INCLUDES */
/****************************************************************************/
+
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+#include <Include/compiler.h>
+
+#ifdef HAVE_WINDOWS_H
+# include <windows.h>
+#endif
+
#include "sg.h"
#include "FGWeatherDefs.h"
/****************************************************************************/
/* INCLUDES */
/****************************************************************************/
-#include "compiler.h"
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+#include <Include/compiler.h>
+
+#ifdef HAVE_WINDOWS_H
+# include <windows.h>
+#endif
#include <vector>
/****************************************************************************/
/* INCLUDES */
/****************************************************************************/
+
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+#include <Include/compiler.h>
+
+#ifdef HAVE_WINDOWS_H
+# include <windows.h>
+#endif
+
#include "sg.h"
#include "FGWeatherDefs.h"
FGVaporPressureItem.cpp FGVaporPressureItem.h \
FGVoronoi.cpp FGVoronoi.h \
FGWeatherDefs.h FGWeatherFeature.h FGWeatherUtils.h \
+ FGWeatherVectorWrap.h \
FGWindItem.cpp FGWindItem.h
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator