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"