From b4a8c225ae7146184d6d926168961c4796d7e2f3 Mon Sep 17 00:00:00 2001 From: Peter Heywood Date: Mon, 8 Jan 2024 17:28:53 +0000 Subject: [PATCH] fixup --- include/flamegpu/detail/cuda.cuh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/flamegpu/detail/cuda.cuh b/include/flamegpu/detail/cuda.cuh index d77ce1775..a05b3ef3c 100644 --- a/include/flamegpu/detail/cuda.cuh +++ b/include/flamegpu/detail/cuda.cuh @@ -6,9 +6,9 @@ * Mostly to allow for graceful handling of device resets when cuda is called by dtors * @todo - we should check for unified addressing support prior to use of cudaPointerGetAttributes, but it should be available for all valide flamegpu targets (x64 linux and windows). Tegra's might be an edge case. */ -#include #include #include +#include #include #include "flamegpu/exception/FLAMEGPUException.h"