Skip to content

Commit 0847cfa

Browse files
committed
[lld][macho] Fix implicit dependency on DenseMap.h include
It was depending on CachedHashString.h providing the include.
1 parent d9541b1 commit 0847cfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lld/MachO/SymbolTable.h

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

1212
#include "lld/Common/LLVM.h"
1313
#include "llvm/ADT/CachedHashString.h"
14+
#include "llvm/ADT/DenseMap.h"
1415
#include "llvm/Object/Archive.h"
1516

1617
namespace lld {

0 commit comments

Comments
 (0)