Skip to content

Commit 7b4789c

Browse files
Restore ManagedStatic.h in Parallel.cpp.
Restore Error.h in InitLLVM.cpp.
1 parent 47272d9 commit 7b4789c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/lib/Support/InitLLVM.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#include "llvm/Support/InitLLVM.h"
1010
#include "llvm/ADT/StringRef.h"
11+
#include "llvm/Support/Error.h"
1112
#include "llvm/Support/ErrorHandling.h"
1213
#include "llvm/Support/ManagedStatic.h"
1314
#include "llvm/Support/Signals.h"

llvm/lib/Support/Parallel.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#include "llvm/Support/Parallel.h"
1010
#include "llvm/Config/llvm-config.h"
11+
#include "llvm/Support/ManagedStatic.h"
1112
#include "llvm/Support/Threading.h"
1213

1314
#include <atomic>

0 commit comments

Comments
 (0)