Add ms-specific missing header in Support/InitLLVM.cpp

This commit is contained in:
serge-sans-paille 2022-01-21 14:28:47 +01:00
parent 51c53a0791
commit 2a9e33db4f
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include "llvm/Support/SwapByteOrder.h"
#ifdef _WIN32
#include "llvm/Support/Error.h"
#include "llvm/Support/Windows/WindowsSupport.h"
#endif