From 97d95ff6be2a5876d1181578726a56a919b7d435 Mon Sep 17 00:00:00 2001 From: scislac Date: Mon, 6 Feb 2006 18:26:08 +0000 Subject: [PATCH] ifdef'd win32 #include to fix compile error --- src/livarot/LivarotDefs.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/livarot/LivarotDefs.h b/src/livarot/LivarotDefs.h index d987bdef1..bf1326338 100644 --- a/src/livarot/LivarotDefs.h +++ b/src/livarot/LivarotDefs.h @@ -9,6 +9,10 @@ #ifndef my_defs #define my_defs +#if defined(WIN32) || defined(__WIN32__) +# include +#endif + #ifdef HAVE_CONFIG_H # include "config.h" #endif -- 2.30.2