forked from OSchip/llvm-project
Include process.h for getpid on Windows in instr profiling
llvm-svn: 321313
This commit is contained in:
parent
f183848ace
commit
d0711dfba1
|
@ -9,6 +9,7 @@
|
|||
|
||||
#ifdef _WIN32
|
||||
#include <direct.h>
|
||||
#include <process.h>
|
||||
#include <windows.h>
|
||||
#include "WindowsMMap.h"
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue