Skip to content

Commit

Permalink
Add ms-specific missing header in Support/InitLLVM.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-sans-paille committed Jan 21, 2022
1 parent 51c53a0 commit 2a9e33d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/lib/Support/InitLLVM.cpp
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@
#include "llvm/Support/SwapByteOrder.h"

#ifdef _WIN32
#include "llvm/Support/Error.h"
#include "llvm/Support/Windows/WindowsSupport.h"
#endif

0 comments on commit 2a9e33d

Please sign in to comment.