Win32: Add missing include for wcscmp

(cherry picked from commit da3f20d860)
This commit is contained in:
Camilla Löwy 2019-12-15 17:36:55 +01:00
parent dd00c6dea1
commit 640e3205a9
1 changed files with 1 additions and 0 deletions

View File

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