From bd885438a2cba0644a4375c7e1615744a67f98db Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Thu, 28 Dec 2017 16:15:45 +0530 Subject: [PATCH] Fixed build error [ROCm/hip commit: 8a060d194ee8b73373426a0358e26f8f502d2ae9] --- projects/hip/src/hip_module.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/src/hip_module.cpp b/projects/hip/src/hip_module.cpp index 0b1208de91..6fb1749a86 100644 --- a/projects/hip/src/hip_module.cpp +++ b/projects/hip/src/hip_module.cpp @@ -46,7 +46,7 @@ THE SOFTWARE. #include #include #include - +#include "../include/hip/hcc_detail/code_object_bundle.hpp" //TODO Use Pool APIs from HCC to get memory regions. using namespace ELFIO;