Skip to content

Commit dc9e9a4

Browse files
committed
base64.h: Fixed compilation issue
1 parent bd968ec commit dc9e9a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

headers/configs/base64.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
*/
2727

2828
#include <string>
29+
#include <stdint.h>
2930

3031
class Base64 {
3132
public:

0 commit comments

Comments
 (0)