jwt-cpp icon indicating copy to clipboard operation
jwt-cpp copied to clipboard

Add missing header so uint8_t is found

Open greenius opened this issue 1 year ago • 0 comments

When using gcc-toolset-14, uint8_t was not found in base64.h when compiling base64.cpp. Including cstdint fixes this.

greenius avatar Feb 21 '25 12:02 greenius