forked from pool/usbguard
0b0f97bb14
fix build failure with gcc13 OBS-URL: https://build.opensuse.org/request/show/1074918 OBS-URL: https://build.opensuse.org/package/show/hardware/usbguard?expand=0&rev=48
25 lines
512 B
Diff
25 lines
512 B
Diff
diff --git a/src/Library/Base64.cpp b/src/Library/Base64.cpp
|
|
index ddb28dc..0246a13 100644
|
|
--- a/src/Library/Base64.cpp
|
|
+++ b/src/Library/Base64.cpp
|
|
@@ -22,7 +22,6 @@
|
|
|
|
#include "Base64.hpp"
|
|
#include <stdexcept>
|
|
-#include <cstdint>
|
|
|
|
namespace usbguard
|
|
{
|
|
diff --git a/src/Library/Base64.hpp b/src/Library/Base64.hpp
|
|
index 0947f21..aa76311 100644
|
|
--- a/src/Library/Base64.hpp
|
|
+++ b/src/Library/Base64.hpp
|
|
@@ -24,6 +24,7 @@
|
|
|
|
#include <string>
|
|
#include <cstddef>
|
|
+#include <cstdint>
|
|
|
|
namespace usbguard
|
|
{
|