alandefreitas / matplotplusplus

Matplot++: A C++ Graphics Library for Data Visualization 📊🗾
https://alandefreitas.github.io/matplotplusplus/
MIT License
4.34k stars 334 forks source link

Compilation errors with gcc 13.2.1, easy fix #386

Open csalvaggio opened 10 months ago

csalvaggio commented 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: