add missing #include

llvm-svn: 50468
This commit is contained in:
Chris Lattner 2008-04-30 04:56:14 +00:00
parent 772d9f0aae
commit 9caa8c0d77
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@
#ifndef LLVM_INTRINSICS_H
#define LLVM_INTRINSICS_H
#include <string>
namespace llvm {
class Type;