From a46b3112bc563592b8d794ba95e57350d282d584 Mon Sep 17 00:00:00 2001 From: Marat Arsaev Date: Mon, 20 May 2019 17:52:57 +0300 Subject: [PATCH] Removing include of CUDA internal header, which is deprecated behaviour. --- base/include/texture.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/include/texture.h b/base/include/texture.h index f222b6ae..b4913b38 100644 --- a/base/include/texture.h +++ b/base/include/texture.h @@ -29,7 +29,8 @@ #include #include -#include + +#include "cuda_runtime.h" namespace amgx {