From ffb2f233b9940e231f8f6ccfbc1086dbca3baf1e Mon Sep 17 00:00:00 2001 From: Aditya Atluri Date: Thu, 17 Nov 2016 11:55:29 -0600 Subject: [PATCH] make texture as seperate header as of now Change-Id: I3c65aa75f2f729eedd8c3292fa3cbc37709c1cfe [ROCm/hip commit: dc64a732d853cc026db6ada081e336a31070cd54] --- projects/hip/include/hip/hcc_detail/hip_runtime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/include/hip/hcc_detail/hip_runtime.h b/projects/hip/include/hip/hcc_detail/hip_runtime.h index b501f0b165..a0836dc06e 100644 --- a/projects/hip/include/hip/hcc_detail/hip_runtime.h +++ b/projects/hip/include/hip/hcc_detail/hip_runtime.h @@ -68,7 +68,7 @@ extern int HIP_TRACE_API; //typedef grid_launch_parm hipLaunchParm ; #define hipLaunchParm grid_launch_parm #ifdef __cplusplus -#include +//#include #include #endif #include