FLAMEGPU / FLAMEGPU2

FLAME GPU 2 is a GPU accelerated agent based modelling framework for CUDA C++ and Python
https://flamegpu.com
MIT License
99 stars 19 forks source link

Included cstdint in DiscreteColor.h (it is necessary for gcc 12.3) #1171

Closed daniele-baccega closed 5 months ago

daniele-baccega commented 5 months ago

I discovered that with gcc 12.3 it is necessary to include cstdint in DiscreteColor.h to use the types int32_t, uint32_t, etc. (the compiler itself suggested me to do this).