From 403206074e974f9a2ed9039b59faa76dfa865ca7 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 --- tests/src/hipPointerAttrib.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/src/hipPointerAttrib.cpp b/tests/src/hipPointerAttrib.cpp index 8bed5af869..3d5075950c 100644 --- a/tests/src/hipPointerAttrib.cpp +++ b/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"