From 724cccb689f2076a398ede6845749926c86ea647 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 27 Feb 2023 16:01:10 +0000 Subject: gentoo auto-resync : 27:02:2023 - 16:01:10 --- sys-cluster/hpx/files/hpx-1.8.1-fix-intmax-error.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sys-cluster/hpx/files/hpx-1.8.1-fix-intmax-error.patch (limited to 'sys-cluster/hpx/files') diff --git a/sys-cluster/hpx/files/hpx-1.8.1-fix-intmax-error.patch b/sys-cluster/hpx/files/hpx-1.8.1-fix-intmax-error.patch new file mode 100644 index 000000000000..1f5041047a59 --- /dev/null +++ b/sys-cluster/hpx/files/hpx-1.8.1-fix-intmax-error.patch @@ -0,0 +1,18 @@ +From 9ce60348a5401fe58b6fd7333d3d7e19f0d6d8ac Mon Sep 17 00:00:00 2001 +From: Jonathan Wakely +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 + + #include ++#include + #include + #include + +-- +2.39.2 + -- cgit v1.2.3