summaryrefslogtreecommitdiff
path: root/dev-libs/randomx/files/1.1.10-Fixed-GCC-13-compilation.patch
blob: 45be4fc68621302becdec886f9a411fcaa11d395 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From 43db7e290e33da122777dc04e411648507db44ab Mon Sep 17 00:00:00 2001
From: SChernykh <sergey.v.chernykh@gmail.com>
Date: Mon, 15 May 2023 09:45:20 +0200
Subject: [PATCH] Fixed GCC 13 compilation

---
 src/tests/utility.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/tests/utility.hpp b/src/tests/utility.hpp
index 92723b9795d6..ceb33d9fd7c7 100644
--- a/src/tests/utility.hpp
+++ b/src/tests/utility.hpp
@@ -32,6 +32,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #include <cstdlib>
 #include <iostream>
 #include <fstream>
+#include <cstdint>
 
 constexpr char hexmap[] = "0123456789abcdef";
 inline void outputHex(std::ostream& os, const char* data, int length) {