From 340bd9f683437006d73d8994176cbd27ae541a02 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Wed, 24 Jan 2018 17:01:09 +0100 Subject: Fix include path for MSVC --- src/Globals.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Globals.cpp b/src/Globals.cpp index 6b46cfe..a04cc62 100644 --- a/src/Globals.cpp +++ b/src/Globals.cpp @@ -26,7 +26,7 @@ along with the ASTRA Toolbox. If not, see . */ #include "astra/Globals.h" -#include "cuda/2d/astra.h" +#include "../../cuda/2d/astra.h" namespace astra { -- cgit v1.2.3