Skip to content

Commit b4a8c22

Browse files
committed
fixup
1 parent d5688df commit b4a8c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: include/flamegpu/detail/cuda.cuh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
* Mostly to allow for graceful handling of device resets when cuda is called by dtors
77
* @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.
88
*/
9-
#include <cstdint>
109
#include <cuda_runtime.h>
1110
#include <cuda.h>
11+
#include <cstdint>
1212
#include <limits>
1313
#include "flamegpu/exception/FLAMEGPUException.h"
1414

0 commit comments

Comments
 (0)