From 5c101b8021a14ac1e5d60b77b76140b1365460dc Mon Sep 17 00:00:00 2001 From: fredb Date: Sat, 22 Jul 2006 08:49:47 +0000 Subject: [PATCH] Win32 fix --- src/Instrumentation/HUD/HUD_misc.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Instrumentation/HUD/HUD_misc.cxx b/src/Instrumentation/HUD/HUD_misc.cxx index 81c27f0b5..ac7765592 100644 --- a/src/Instrumentation/HUD/HUD_misc.cxx +++ b/src/Instrumentation/HUD/HUD_misc.cxx @@ -18,6 +18,10 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +#ifdef HAVE_CONFIG_H +# include +#endif + #include #include "HUD.hxx"