diy/diy-include-stdexcept.patch
Atri Bhattacharya b6cc50d4f6 Accepting request 812108 from home:badshah400:branches:science
Add diy-include-stdexcept.patch: Include a missing header flagged by GCC 10; patch taken from upstream commit.

OBS-URL: https://build.opensuse.org/request/show/812108
OBS-URL: https://build.opensuse.org/package/show/science/diy?expand=0&rev=5
2020-06-07 18:11:10 +00:00

23 lines
531 B
Diff

From 9e2377b7335299b03003d86ea97910958a646e69 Mon Sep 17 00:00:00 2001
From: Dmitriy Morozov <dmitriy@mrzv.org>
Date: Sun, 24 May 2020 13:02:58 -0700
Subject: [PATCH] Add missing <stdexcept> to i/diy/mpi/io.hpp
---
include/diy/mpi/io.hpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/diy/mpi/io.hpp b/include/diy/mpi/io.hpp
index 38d156d1f..42885906b 100644
--- a/include/diy/mpi/io.hpp
+++ b/include/diy/mpi/io.hpp
@@ -8,6 +8,7 @@
#include <vector>
#include <string>
+#include <stdexcept>
namespace diy
{