Open csalvaggio opened 10 months ago
Bug category
Describe the bug When compiling with gcc 13.2.1 on Fedora, the use of the integer typedefs causes errors in the colors.cpp file.
Easy fix is to add
#include <cstdint>
to that file.
Environment Details:
Bug category
Describe the bug When compiling with gcc 13.2.1 on Fedora, the use of the integer typedefs causes errors in the colors.cpp file.
Easy fix is to add
#include <cstdint>
to that file.
Environment Details: