alandefreitas / matplotplusplus

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

Compilation errors with gcc 13.2.1, easy fix #386

Open csalvaggio opened 8 months ago

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