summaryrefslogtreecommitdiffstats
path: root/src/objcache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/objcache.cpp')
-rw-r--r--src/objcache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objcache.cpp b/src/objcache.cpp
index 989811a..3a538a3 100644
--- a/src/objcache.cpp
+++ b/src/objcache.cpp
@@ -19,7 +19,7 @@
#include <assert.h>
#include <qglobal.h>
#include "objcache.h"
-#if !defined(_OS_WIN32_)
+#if !defined(_OS_WIN32_) || defined(__MINGW32__)
#include <stdint.h>
#endif