[llvm] 2a9e33d - Add ms-specific missing header in Support/InitLLVM.cpp

via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 21 05:29:06 PST 2022


Author: serge-sans-paille
Date: 2022-01-21T14:28:47+01:00
New Revision: 2a9e33db4f0a558572309b29a7d247185b4c21d1

URL: https://github.com/llvm/llvm-project/commit/2a9e33db4f0a558572309b29a7d247185b4c21d1
DIFF: https://github.com/llvm/llvm-project/commit/2a9e33db4f0a558572309b29a7d247185b4c21d1.diff

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

Added: 
    

Modified: 
    llvm/lib/Support/InitLLVM.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Support/InitLLVM.cpp b/llvm/lib/Support/InitLLVM.cpp
index 8c6f86f68fa2..2b7173b28940 100644
--- a/llvm/lib/Support/InitLLVM.cpp
+++ b/llvm/lib/Support/InitLLVM.cpp
@@ -15,6 +15,7 @@
 #include "llvm/Support/SwapByteOrder.h"
 
 #ifdef _WIN32
+#include "llvm/Support/Error.h"
 #include "llvm/Support/Windows/WindowsSupport.h"
 #endif
 


        


More information about the llvm-commits mailing list