From fadb3f773e5ab171315761d151c1416921d25614 Mon Sep 17 00:00:00 2001 From: Andrew Lenharth Date: Fri, 16 Feb 2007 02:25:55 +0000 Subject: [PATCH] fix build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34339 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/Instruction.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/VMCore/Instruction.cpp b/lib/VMCore/Instruction.cpp index e02af07937a..48c73a08400 100644 --- a/lib/VMCore/Instruction.cpp +++ b/lib/VMCore/Instruction.cpp @@ -13,6 +13,7 @@ #include "llvm/Type.h" #include "llvm/Instructions.h" +#include "llvm/IntrinsicInst.h" #include "llvm/Function.h" #include "llvm/Support/LeakDetector.h" using namespace llvm;