forked from OSchip/llvm-project
Add ms-specific missing header in Support/InitLLVM.cpp
This commit is contained in:
parent
51c53a0791
commit
2a9e33db4f
|
@ -15,6 +15,7 @@
|
|||
#include "llvm/Support/SwapByteOrder.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "llvm/Support/Error.h"
|
||||
#include "llvm/Support/Windows/WindowsSupport.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue