Closed tretre91 closed 1 year ago
Bug category
Describe the bug Compilation fails with GCC 13.1.1 and clang 16.0.2 because <cstdint> (which defines uint8_t) is not included in source/matplot/util/colors.cpp
<cstdint>
uint8_t
Steps to Reproduce
cmake -S . -B build -DCMAKE_BUILD_TYPE=RELEASE -DMATPLOTPP_BUILD_EXAMPLES=OFF -DMATPLOTPP_BUILD_TESTS=OFF -DMATPLOTPP_BUILD_INSTALLER=OFF -DMATPLOTPP_BUILD_PACKAGE=OFF cmake --build build
Output
Platform
Environment Details:
Additional context
Bug category
Describe the bug Compilation fails with GCC 13.1.1 and clang 16.0.2 because
<cstdint>
(which definesuint8_t
) is not included in source/matplot/util/colors.cppSteps to Reproduce
Output
Platform
Environment Details:
Additional context