Sync with trunk rev.61910 to get latest improvements and bugfixes.
[reactos.git] / dll / win32 / gdiplus / image.c
index 1c4f9ce..84a0545 100644 (file)
@@ -20,6 +20,7 @@
 #include "gdiplus_private.h"
 
 #include <assert.h>
+#include <ole2.h>
 #include <olectl.h>
 
 #define PIXELFORMATBPP(x) ((x) ? ((x) >> 8) & 255 : 24)