aports/testing/usbguard/gcc13.patch
2023-05-15 15:07:03 +02:00

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>