diff options
Diffstat (limited to 'lld/ELF/MapFile.cpp')
-rw-r--r-- | lld/ELF/MapFile.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lld/ELF/MapFile.cpp b/lld/ELF/MapFile.cpp index 968dc611b81..ad80b0696eb 100644 --- a/lld/ELF/MapFile.cpp +++ b/lld/ELF/MapFile.cpp @@ -26,7 +26,8 @@ #include "Strings.h" #include "SymbolTable.h" #include "SyntheticSections.h" -#include "Threads.h" + +#include "lld/Common/Threads.h" #include "llvm/Support/raw_ostream.h" |