mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 08:19:01 +08:00
[pch.h] Put windows.h at the top to solve compilation errors
This commit is contained in:
parent
aea362ab70
commit
eb6c65abc8
@ -3,6 +3,8 @@
|
||||
#define NOMINMAX
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <cassert>
|
||||
@ -33,5 +35,4 @@
|
||||
#include <unordered_set>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
#include <windows.h>
|
||||
#include <winhttp.h>
|
||||
|
Loading…
Reference in New Issue
Block a user