git://git.jankratochvil.net
/
lldb.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Drop a StringMap.h include, NFC
[lldb.git]
/
llvm
/
lib
/
Support
/
FoldingSet.cpp
diff --git
a/llvm/lib/Support/FoldingSet.cpp
b/llvm/lib/Support/FoldingSet.cpp
index
ce6f196
..
6f67bb3
100644
(file)
--- a/
llvm/lib/Support/FoldingSet.cpp
+++ b/
llvm/lib/Support/FoldingSet.cpp
@@
-13,6
+13,7
@@
#include "llvm/ADT/FoldingSet.h"
#include "llvm/ADT/Hashing.h"
+#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/Host.h"