From e5b70e8b53e4ecc81b1aacc3af7893faf49ddc24 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Fri, 22 Jun 2018 15:46:11 +0200 Subject: Move CUDA include files --- matlab/mex/astra_mex_c.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'matlab') diff --git a/matlab/mex/astra_mex_c.cpp b/matlab/mex/astra_mex_c.cpp index f57c0cd..2cc2be9 100644 --- a/matlab/mex/astra_mex_c.cpp +++ b/matlab/mex/astra_mex_c.cpp @@ -38,8 +38,8 @@ along with the ASTRA Toolbox. If not, see . #include "astra/AstraObjectManager.h" #ifdef ASTRA_CUDA -#include "../cuda/2d/astra.h" -#include "../cuda/2d/util.h" +#include "astra/cuda/2d/astra.h" +#include "astra/cuda/2d/util.h" #include "astra/CompositeGeometryManager.h" #endif -- cgit v1.2.3