From 5c1421a981665ae501fd5993b9622b45d20805f4 Mon Sep 17 00:00:00 2001 From: akashk4 <akashk4@illinois.edu> Date: Wed, 8 Jan 2020 19:08:57 -0600 Subject: [PATCH] Adding header for FunctionCallee type --- hpvm/include/GenVISC/GenVISC.h | 1 + 1 file changed, 1 insertion(+) diff --git a/hpvm/include/GenVISC/GenVISC.h b/hpvm/include/GenVISC/GenVISC.h index b226a67f57..1b80e7fb19 100644 --- a/hpvm/include/GenVISC/GenVISC.h +++ b/hpvm/include/GenVISC/GenVISC.h @@ -13,6 +13,7 @@ #include "llvm/IR/IntrinsicInst.h" #include "llvm/IR/Value.h" #include "llvm/Pass.h" +#include "llvm/IR/DerivedTypes.h" #include "SupportVISC/VISCTimer.h" using namespace llvm; -- GitLab