From ca142c34b7825e15bce96bf023bee2bf05a2f045 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Fri, 18 Nov 2016 12:20:47 +0530 Subject: [PATCH] Fix broken tests due to ffb2f23 Change-Id: I847c80f8462e1c955bdef957e6de2841a3a6ab29 [ROCm/hip commit: 4fc082ff09604c0e7f9098aaf8069e27b0487008] --- projects/hip/tests/src/test_common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/hip/tests/src/test_common.h b/projects/hip/tests/src/test_common.h index 2b30b9d48f..1c4a6c7c23 100644 --- a/projects/hip/tests/src/test_common.h +++ b/projects/hip/tests/src/test_common.h @@ -23,6 +23,7 @@ THE SOFTWARE. #include #include "hip/hip_runtime.h" +#include "hip/hcc_detail/hip_texture.h" #define HC __attribute__((hc))