// warning for truncation of template name for browse info
#pragma warning( disable : 4786)
+#ifdef HAVE_CONFIG_H
+# include <simgear_config.h>
+#endif
+
+#ifdef HAVE_WINDOWS_H
+# include <windows.h>
+#endif
+
#include <GL/glu.h>
#include <plib/ul.h>
* Implementation of class SkyRenderableInstanceCloud.
*/
+#ifdef HAVE_CONFIG_H
+# include <simgear_config.h>
+#endif
+
+#ifdef HAVE_WINDOWS_H
+# include <windows.h>
+#endif
+
#include <GL/glu.h>
#include "SkyUtil.hpp"
#pragma warning( disable : 4786)
+#ifdef HAVE_CONFIG_H
+# include <simgear_config.h>
+#endif
+
+#ifdef HAVE_WINDOWS_H
+# include <windows.h>
+#endif
+
#include <GL/glu.h>
#include "SkyTextureManager.hpp"
//============================================================================
#include "camutils.hpp"
-#include <plane.hpp>
-#include <tri.hpp>
-#include <minmaxbox.hpp>
+#include "plane.hpp"
+#include "tri.hpp"
+#include "minmaxbox.hpp"
//----------------------------------------------------------------------------
// Given a camera's 8 corner vertices and its 6 side planes and a triangle ABC,