Win32: Add missing include for wcscmp

This commit is contained in:
Camilla Löwy 2019-12-15 17:36:55 +01:00
parent fb0028c766
commit da3f20d860

View File

@ -33,6 +33,7 @@
#include <string.h>
#include <limits.h>
#include <malloc.h>
#include <wchar.h>
// Callback for EnumDisplayMonitors in createMonitor