Skip to content

Commit 4d41b22

Browse files
committed
base64.h: Fixed compilation issue
1 parent 1819aea commit 4d41b22

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)