--- a/src/gui/opengl/qopengl.h 2015-04-23 09:46:50.054134700 +0200 +++ b/src/gui/opengl/qopengl.h 2015-04-22 21:44:18.616222300 +0200 @@ -221,7 +221,7 @@ typedef long int int32_t; typedef long long int int64_t; typedef unsigned long long int uint64_t; -#elif defined(_WIN32) && defined(__GNUC__) +#elif defined(_WIN32) && (defined(__GNUC__) || (_MSC_VER >= 1600)) #include #elif defined(_WIN32) typedef __int32 int32_t;