diff --git a/toonz/sources/image/tif/tiio_tif.cpp b/toonz/sources/image/tif/tiio_tif.cpp index f9dec296..2864e59f 100644 --- a/toonz/sources/image/tif/tiio_tif.cpp +++ b/toonz/sources/image/tif/tiio_tif.cpp @@ -5,7 +5,11 @@ #endif #define IS_TIFF_MAIN +#if _WIN32 +#include +#else #include +#endif #include "tiio.h" #include "tpixel.h"