summaryrefslogtreecommitdiff
path: root/sys-cluster/hpx/files/hpx-1.8.1-fix-intmax-error.patch
blob: 1f5041047a5977cafcc93f1ac2081e1cd7a4ebe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From 9ce60348a5401fe58b6fd7333d3d7e19f0d6d8ac Mon Sep 17 00:00:00 2001
From: Jonathan Wakely <jwakely@redhat.com>
Date: Wed, 8 Feb 2023 12:32:11 +0000
Subject: [PATCH] Add missing header for std::intmax_t

--- a/libs/core/iterator_support/include/hpx/iterator_support/counting_iterator.hpp
+++ b/libs/core/iterator_support/include/hpx/iterator_support/counting_iterator.hpp
@@ -18,6 +18,7 @@
 #include <hpx/type_support/lazy_conditional.hpp>
 
 #include <cstddef>
+#include <cstdint>
 #include <iterator>
 #include <type_traits>
 
-- 
2.39.2