aboutsummaryrefslogtreecommitdiff
path: root/include/lld/Common/LLVM.h
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2019-10-23 17:52:45 +0000
committerDimitry Andric <dim@FreeBSD.org>2019-10-23 17:52:45 +0000
commitd2bd9e70b16db88a7808ee2280b0a107afbfdd3b (patch)
tree12612d2c593445b297ac656911c9db7cf9065bdd /include/lld/Common/LLVM.h
parentf1e1c239e31b467e17f1648b1f524fc9ab5b431a (diff)
Notes
Diffstat (limited to 'include/lld/Common/LLVM.h')
-rw-r--r--include/lld/Common/LLVM.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lld/Common/LLVM.h b/include/lld/Common/LLVM.h
index f7ed1d793ca7..34b7b0d194ab 100644
--- a/include/lld/Common/LLVM.h
+++ b/include/lld/Common/LLVM.h
@@ -17,6 +17,7 @@
// This should be the only #include, force #includes of all the others on
// clients.
#include "llvm/ADT/Hashing.h"
+#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Casting.h"
#include <utility>