aboutsummaryrefslogtreecommitdiffstats
path: root/include
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
commit04de04db8193d6a5674d4d0d7edd64fa0ea7783b (patch)
tree09697fc4c8c4ef69e58549f24f0c1d940c7ae012 /include
parent1bf717f4958c01eab4e2bfdc4bf64105846bd7d9 (diff)
downloadexternal_llvm-04de04db8193d6a5674d4d0d7edd64fa0ea7783b.zip
external_llvm-04de04db8193d6a5674d4d0d7edd64fa0ea7783b.tar.gz
external_llvm-04de04db8193d6a5674d4d0d7edd64fa0ea7783b.tar.bz2
add missing #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50468 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-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 2027383..1874d1a 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;