mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-16 02:37:07 +02:00
13 lines
267 B
Diff
13 lines
267 B
Diff
diff --git a/src/Library/Base64.hpp b/src/Library/Base64.hpp
|
|
index 0947f21..0badaf3 100644
|
|
--- a/src/Library/Base64.hpp
|
|
+++ b/src/Library/Base64.hpp
|
|
@@ -22,6 +22,7 @@
|
|
#include <build-config.h>
|
|
#endif
|
|
|
|
+#include <cstdint>
|
|
#include <string>
|
|
#include <cstddef>
|
|
|