mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 08:26:29 +00:00
KillTheDoctor.cpp: Restore Win32 SDK headers before r169251.
llvm-svn: 169255
This commit is contained in:
parent
d8509cd2b1
commit
f5b5d0eac4
@ -47,13 +47,13 @@
|
||||
#include <cerrno>
|
||||
#include <cstdlib>
|
||||
#include <map>
|
||||
#include <psapi.h>
|
||||
#include <string>
|
||||
|
||||
// This includes must be last.
|
||||
#include <Dbghelp.h>
|
||||
#include <WinError.h>
|
||||
#include <Windows.h>
|
||||
#include <WinError.h>
|
||||
#include <Dbghelp.h>
|
||||
#include <psapi.h>
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user