From 18a59a72018daa8a1a659b7f40a5a6b8020c8f03 Mon Sep 17 00:00:00 2001 From: Nicholas Browning Date: Fri, 12 Jan 2024 17:07:06 +0100 Subject: [PATCH] WIP: sphericart.hpp include back. --- sphericart/include/sphericart_cuda.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sphericart/include/sphericart_cuda.hpp b/sphericart/include/sphericart_cuda.hpp index f3a9549b7..0698036dc 100644 --- a/sphericart/include/sphericart_cuda.hpp +++ b/sphericart/include/sphericart_cuda.hpp @@ -4,7 +4,8 @@ #ifndef SPHERICART_CUDA_HPP #define SPHERICART_CUDA_HPP -//#include "sphericart.hpp" +#define _SPHERICART_INTERNAL_IMPLEMENTATION +#include "sphericart.hpp" namespace sphericart {