mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-17 22:52:40 +01: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>
|
|
|