From 69132a5a5b3c8d53c2f1f7572558a38de4b2e16b Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Thu, 3 Mar 2016 09:48:47 +0530 Subject: [PATCH] Fix hipPointerAttrib.cpp compilation on nvcc [ROCm/hip commit: 403206074e974f9a2ed9039b59faa76dfa865ca7] --- projects/hip/tests/src/hipPointerAttrib.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/hip/tests/src/hipPointerAttrib.cpp b/projects/hip/tests/src/hipPointerAttrib.cpp index 8bed5af869..3d5075950c 100644 --- a/projects/hip/tests/src/hipPointerAttrib.cpp +++ b/projects/hip/tests/src/hipPointerAttrib.cpp @@ -25,6 +25,7 @@ THE SOFTWARE. #include "hip_runtime.h" #include "test_common.h" +#include #ifdef __HIP_PLATFORM_HCC__ //#include "hcc_detail/AM.h"