From: scislac Date: Mon, 6 Feb 2006 18:26:08 +0000 (+0000) Subject: ifdef'd win32 #include to fix compile error X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=97d95ff6be2a5876d1181578726a56a919b7d435;p=inkscape.git ifdef'd win32 #include to fix compile error --- 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