From a5aa9fa3f5129848a929346f99f17bc5afa05424 Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Sun, 13 Oct 2002 21:57:07 +0000
Subject: included config.h

---
 src/Image.hh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/Image.hh b/src/Image.hh
index c352028..229d228 100644
--- a/src/Image.hh
+++ b/src/Image.hh
@@ -22,7 +22,7 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
-// $Id: Image.hh,v 1.14 2002/09/15 09:41:24 fluxgen Exp $
+// $Id: Image.hh,v 1.15 2002/10/13 21:57:07 fluxgen Exp $
 
 #ifndef	 IMAGE_HH
 #define	 IMAGE_HH
@@ -32,6 +32,10 @@
 #include "Color.hh"
 #include "Texture.hh"
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif // HAVE_CONFIG_H
+
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>
 #include <list>
-- 
cgit v0.11.2