Skip to content

Commit

Permalink
Added a #include <cstdint> in cuda.cuh file necessary with new cuda d…
Browse files Browse the repository at this point in the history
…rivers
  • Loading branch information
daniele-baccega authored and ptheywood committed Apr 16, 2024
1 parent b0ec5f3 commit fa07fa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/flamegpu/detail/cuda.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <cuda_runtime.h>
#include <cuda.h>
#include <limits>
#include <cstdint>
#include "flamegpu/exception/FLAMEGPUException.h"

namespace flamegpu {
Expand Down

0 comments on commit fa07fa9

Please sign in to comment.