include the windows header rather than winnt

develop
Ben Lubar 2020-02-05 21:47:25 -06:00
parent d494eb619d
commit 359cc2275a
No known key found for this signature in database
GPG Key ID: 92939677AB59EDA4
1 changed files with 1 additions and 1 deletions

@ -9,7 +9,7 @@
#define WINVER 0x0501
#define WIN32_LEAN_AND_MEAN
#include <winnt.h>
#include <windows.h>
#endif
#include <set>