X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fimage.cc;h=57817ca9410079c8d24bfdb46e59a5b022b457f9;hp=e79073d4cf81e276ba32dc41f3d89df05d97ab7c;hb=80c04e7a9aa6d42f769dd4fa70c2c3113440cbce;hpb=3674b7a5b534224cc22551673a9d0ae9b83206c4 diff --git a/src/image.cc b/src/image.cc index e79073d..57817ca 100644 --- a/src/image.cc +++ b/src/image.cc @@ -1,9 +1,9 @@ #include -#ifndef _MSC_VER -#include -#else +#if defined(WIN32) || defined(__WIN32__) #include +#else +#include #endif #include "imago2.h"