From 60293c4c42f9c78d9cec130e720fa1ade7d86bd3 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Wed, 19 Jul 2017 12:46:18 +0530 Subject: [PATCH] [dt] hip_texture.h -> hip_texture_types.h Change-Id: If106efa0a2e52105d4025706fdbc291c27352a74 [ROCm/hip commit: 9d5d4f9abba9c3dab5982726eb7bb177ad0b5d45] --- projects/hip/tests/src/test_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/tests/src/test_common.h b/projects/hip/tests/src/test_common.h index f585fb8bca..e3cc664d56 100644 --- a/projects/hip/tests/src/test_common.h +++ b/projects/hip/tests/src/test_common.h @@ -23,7 +23,7 @@ THE SOFTWARE. #include #include "hip/hip_runtime.h" -#include "hip/hip_texture.h" +#include "hip/hip_texture_types.h" #include "hip/hip_runtime_api.h" #define HC __attribute__((hc))