[ComCtl32] Fix Build

Add missing header.
This commit is contained in:
James Tabor 2019-11-06 20:50:32 -06:00
parent 040c0c8376
commit 680d63eed3

View file

@ -20,6 +20,8 @@
#include <uxtheme.h>
#include <vssym32.h>
#include <windowsx.h>
#include <wine/debug.h>
#include <wine/heap.h>
#include <wine/list.h>