From 19cb14d54cd10975c8e9ec4a6b678bf67dc1fd97 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Wed, 4 Jul 2018 09:33:51 +0530 Subject: [PATCH] Update hip_hcc_internal.h Adding missing include for hip_hcc_internal in order to build with HCC [ROCm/hip commit: 0c2f985553d6223d1219a3868ecb8d474cd6de20] --- projects/hip/src/hip_hcc_internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/hip/src/hip_hcc_internal.h b/projects/hip/src/hip_hcc_internal.h index 4008df1574..be257aff4f 100644 --- a/projects/hip/src/hip_hcc_internal.h +++ b/projects/hip/src/hip_hcc_internal.h @@ -26,6 +26,7 @@ THE SOFTWARE. #include #include #include +#include #include "hsa/hsa_ext_amd.h" #include "hip/hip_runtime.h"