Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ptheywood committed Jan 8, 2024
1 parent d5688df commit b4a8c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/flamegpu/detail/cuda.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -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 <cstdint>
#include <cuda_runtime.h>
#include <cuda.h>
#include <cstdint>
#include <limits>
#include "flamegpu/exception/FLAMEGPUException.h"

Expand Down

0 comments on commit b4a8c22

Please sign in to comment.