X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;ds=sidebyside;f=Source%2FUtils%2FImageIO.cpp;h=689224ea7888a25add17bfe6c56749e48552807b;hb=6f9609cebe4bcb87a7722b628b02a1975c56148c;hp=c19a63e5f6e65878b15b95e54477787a11196c26;hpb=068650d41003dc0b7a945a54243fbb4239c07ab2;p=lugaru.git diff --git a/Source/Utils/ImageIO.cpp b/Source/Utils/ImageIO.cpp index c19a63e..689224e 100644 --- a/Source/Utils/ImageIO.cpp +++ b/Source/Utils/ImageIO.cpp @@ -26,7 +26,10 @@ along with Lugaru. If not, see . #include #include #include -#include + +#ifndef WIN32 +#include +#endif /* These two are needed for screenshot */ extern int kContextWidth;