summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-04-30 04:56:14 +0000
committerChris Lattner <sabre@nondot.org>2008-04-30 04:56:14 +0000
commit9caa8c0d77d42c66176d2df5e2ac25b8339d13bf (patch)
treedcf29da3151ca3faf4183f4f3da20a1c5f628ee8
parent772d9f0aae9e03f7e190ab012ec9e237353b6a8a (diff)
downloadbcm5719-llvm-9caa8c0d77d42c66176d2df5e2ac25b8339d13bf.tar.gz
bcm5719-llvm-9caa8c0d77d42c66176d2df5e2ac25b8339d13bf.zip
add missing #include
llvm-svn: 50468
-rw-r--r--llvm/include/llvm/Intrinsics.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm/Intrinsics.h b/llvm/include/llvm/Intrinsics.h
index 2027383dbfc..1874d1a29de 100644
--- a/llvm/include/llvm/Intrinsics.h
+++ b/llvm/include/llvm/Intrinsics.h
@@ -16,6 +16,8 @@
#ifndef LLVM_INTRINSICS_H
#define LLVM_INTRINSICS_H
+#include <string>
+
namespace llvm {
class Type;
OpenPOWER on IntegriCloud