From 0fbadc8eb7c93e10902cc4357a42dcd73c0a076b Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Mon, 25 Nov 2002 09:53:07 +0000 Subject: Yes I did it again ;) added the following 3 lines to everything in the intern dir: #ifdef HAVE_CONFIG_H #include #endif Kent -- mein@cs.umn.edu --- intern/moto/include/GEN_Map.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'intern/moto/include/GEN_Map.h') diff --git a/intern/moto/include/GEN_Map.h b/intern/moto/include/GEN_Map.h index 38b1500fd98..6459d75a090 100644 --- a/intern/moto/include/GEN_Map.h +++ b/intern/moto/include/GEN_Map.h @@ -30,9 +30,13 @@ */ #ifndef GEN_MAP_H - #define GEN_MAP_H +#ifdef HAVE_CONFIG_H +#include +#endif + + template class GEN_Map { private: -- cgit v1.2.3