Fix PCH-less build

Add missing header to fix compilation after changes of
b1fad4da44 (see #17640).
This commit is contained in:
Artur Wieczorek 2017-04-30 23:13:10 +02:00
parent 6f59c756f6
commit 365f8e6f37

View File

@ -37,6 +37,7 @@
#include "wx/intl.h"
#include "wx/log.h"
#include "wx/dataobj.h"
#include "wx/dcmemory.h"
#endif
#if wxUSE_METAFILE