projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7886ae9
)
Add missing include
author
Daniel Dunbar
<daniel@zuster.org>
Tue, 21 Jul 2009 21:33:58 +0000
(21:33 +0000)
committer
Daniel Dunbar
<daniel@zuster.org>
Tue, 21 Jul 2009 21:33:58 +0000
(21:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76655
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/ADT/StringRef.h
patch
|
blob
|
history
diff --git
a/include/llvm/ADT/StringRef.h
b/include/llvm/ADT/StringRef.h
index 4e9bfa40a5d0c0e598a905c8b03d0a8d3806d4f3..68d2deff959ebabfaa4d17df2b669696b2f8fdfe 100644
(file)
--- a/
include/llvm/ADT/StringRef.h
+++ b/
include/llvm/ADT/StringRef.h
@@
-10,6
+10,7
@@
#ifndef LLVM_ADT_STRINGREF_H
#define LLVM_ADT_STRINGREF_H
+#include <cassert>
#include <cstring>
#include <string>