Skip to content

Commit

Permalink
Included cstdint in DiscreteColor.h (it is necessary for gcc 12.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-baccega authored and Robadob committed Jan 8, 2024
1 parent 75c6a5b commit 5b97492
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/flamegpu/visualiser/color/DiscreteColor.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <map>
#include <string>
#include <cstdint>

#include <sstream>

Expand Down

0 comments on commit 5b97492

Please sign in to comment.