add missing #include
authorChris Lattner <sabre@nondot.org>
Wed, 30 Apr 2008 04:56:14 +0000 (04:56 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 30 Apr 2008 04:56:14 +0000 (04:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50468 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Intrinsics.h

index 2027383dbfc50fecbe14768c865ebaca52a3c8a0..1874d1a29de241dfaf316e7bac65cfcbafb69134 100644 (file)
@@ -16,6 +16,8 @@
 #ifndef LLVM_INTRINSICS_H
 #define LLVM_INTRINSICS_H
 
+#include <string>
+
 namespace llvm {
 
 class Type;