aboutsummaryrefslogtreecommitdiffstats
path: root/community/monero/gcc13.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/monero/gcc13.patch')
-rw-r--r--community/monero/gcc13.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/community/monero/gcc13.patch b/community/monero/gcc13.patch
new file mode 100644
index 00000000000..6d80de04dc1
--- /dev/null
+++ b/community/monero/gcc13.patch
@@ -0,0 +1,24 @@
+diff --git a/contrib/epee/src/file_io_utils.cpp b/contrib/epee/src/file_io_utils.cpp
+index c0798a5..4549ead 100644
+--- a/contrib/epee/src/file_io_utils.cpp
++++ b/contrib/epee/src/file_io_utils.cpp
+@@ -26,6 +26,7 @@
+
+ #include "file_io_utils.h"
+
++#include <cstdint>
+ #include <fstream>
+ #include <boost/filesystem/path.hpp>
+ #include <boost/filesystem/operations.hpp>
+diff --git a/src/common/combinator.cpp b/src/common/combinator.cpp
+index 72b1397..c98e3da 100644
+--- a/src/common/combinator.cpp
++++ b/src/common/combinator.cpp
+@@ -29,6 +29,7 @@
+ //
+ // Parts of this file are originally copyright (c) 2012-2013 The Cryptonote developers
+
++#include <cstdint>
+ #include "combinator.h"
+
+ namespace tools {