aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/StringRef.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-21 21:33:58 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-21 21:33:58 +0000
commit85f49835c288b0107cb4020d4e59e491c146973d (patch)
tree1ed3c78b7e84f58992d8d4568e596be6019e44b2 /include/llvm/ADT/StringRef.h
parent7886ae9e3ca7ec20eceb213523a6788d368cfc73 (diff)
downloadexternal_llvm-85f49835c288b0107cb4020d4e59e491c146973d.zip
external_llvm-85f49835c288b0107cb4020d4e59e491c146973d.tar.gz
external_llvm-85f49835c288b0107cb4020d4e59e491c146973d.tar.bz2
Add missing include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76655 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/StringRef.h')
-rw-r--r--include/llvm/ADT/StringRef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/ADT/StringRef.h b/include/llvm/ADT/StringRef.h
index 4e9bfa4..68d2def 100644
--- 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>