From 209a2ede2cdeade0d543969e7b2ff62fee84b43e Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Mon, 25 Nov 2002 15:29:57 +0000 Subject: Last of the config.h mods... #ifdef HAVE_CONFIG_H #include #endif added to these files. Kent -- mein@cs.umn.edu --- source/gameengine/Rasterizer/RAS_IPolygonMaterial.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/gameengine/Rasterizer/RAS_IPolygonMaterial.cpp') diff --git a/source/gameengine/Rasterizer/RAS_IPolygonMaterial.cpp b/source/gameengine/Rasterizer/RAS_IPolygonMaterial.cpp index 7e1017b5c39..1a11a0400f4 100644 --- a/source/gameengine/Rasterizer/RAS_IPolygonMaterial.cpp +++ b/source/gameengine/Rasterizer/RAS_IPolygonMaterial.cpp @@ -31,6 +31,9 @@ #include "RAS_IPolygonMaterial.h" +#ifdef HAVE_CONFIG_H +#include +#endif RAS_IPolyMaterial::RAS_IPolyMaterial(const STR_String& texname, bool ba, -- cgit v1.2.3