[ion] Missing include

This commit is contained in:
Émilie Feral
2020-09-11 16:19:04 +02:00
committed by EmilieNumworks
parent 64bcbd708a
commit 674703f4dc

View File

@@ -5,6 +5,7 @@
#include <windows.h>
#include <olectl.h>
#include <gdiplus.h>
#include <assert.h>
/* Loading images using GDI+
* On Windows, we decompress JPEG images using GDI+ which is widely available.