jwt-cpp
jwt-cpp copied to clipboard
Add missing header so uint8_t is found
When using gcc-toolset-14, uint8_t was not found in base64.h when compiling base64.cpp. Including cstdint fixes this.