summaryrefslogtreecommitdiff
path: root/include/llvm/Intrinsics.h
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
commitdeae48ee99699aeedc0696a0edb73b60d585ded8 (patch)
tree09697fc4c8c4ef69e58549f24f0c1d940c7ae012 /include/llvm/Intrinsics.h
parent12e6d200597bb5d61ed56ccf9d70a52614956a70 (diff)
downloadllvm-deae48ee99699aeedc0696a0edb73b60d585ded8.tar.gz
llvm-deae48ee99699aeedc0696a0edb73b60d585ded8.tar.bz2
llvm-deae48ee99699aeedc0696a0edb73b60d585ded8.tar.xz
add missing #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50468 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Intrinsics.h')
-rw-r--r--include/llvm/Intrinsics.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/Intrinsics.h b/include/llvm/Intrinsics.h
index 2027383dbf..1874d1a29d 100644
--- a/include/llvm/Intrinsics.h
+++ b/include/llvm/Intrinsics.h
@@ -16,6 +16,8 @@
#ifndef LLVM_INTRINSICS_H
#define LLVM_INTRINSICS_H
+#include <string>
+
namespace llvm {
class Type;