diff --git a/src/gpu/core/CMakeLists.txt b/src/gpu/core/CMakeLists.txt
index 52c0ba96d4ac37f0ae9f6af76537155d5b24a063..c3e38fd157a18ea889716ff66d469986f606dbd3 100644
--- a/src/gpu/core/CMakeLists.txt
+++ b/src/gpu/core/CMakeLists.txt
@@ -28,5 +28,5 @@ if(BUILD_VF_UNIT_TESTS)
     set_source_files_properties(LBM/GPUHelperFunctions/KernelUtilitiesTests.cpp PROPERTIES LANGUAGE CUDA)
     set_source_files_properties(Output/DistributionDebugWriterTest.cpp PROPERTIES LANGUAGE CUDA)
     set_source_files_properties(Parameter/ParameterTest.cpp PROPERTIES LANGUAGE CUDA)
-    set_source_files_properties(PreCollisionInteractor/ActuatorFarmInlinesTest.cpp PROPERTIES LANGUAGE CUDA)
+    set_source_files_properties(PreCollisionInteractor/Actuator/ActuatorFarmInlinesTest.cpp PROPERTIES LANGUAGE CUDA)
 endif()
diff --git a/src/gpu/core/GPU/GeometryUtils.h b/src/gpu/core/GPU/GeometryUtils.h
index 80f1007680b9b4a054f9c622b234e9435520a182..fc0109e8ff53ecf632b58fd62b960303da06ba6a 100644
--- a/src/gpu/core/GPU/GeometryUtils.h
+++ b/src/gpu/core/GPU/GeometryUtils.h
@@ -1,6 +1,6 @@
 #ifndef _GEOMETRYUTILS_H
 #define _GEOMETRYUTILS_H
-#include <basics/DataTypes.h>
+#include "basics/DataTypes.h"
 
 
 __inline__ __host__ __device__ void getNeighborIndicesOfBSW(  uint k, //index of DIR_MMM node