all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 7462b11934fc85cffdf620f87e62b44cb37d54f8 713 bytes (raw)
name: gnu/packages/patches/dune-grid-add-missing-include-cassert.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 
From ef843b1a66308247ba4d2e2c116ff5517421a91b Mon Sep 17 00:00:00 2001
From: Simon Praetorius <simon.praetorius@tu-dresden.de>
Date: Tue, 6 Dec 2022 13:39:44 +0100
Subject: [PATCH] Add missing include <cassert>

---
 dune/grid/test/yasp/test-yaspgrid-partitioner.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dune/grid/test/yasp/test-yaspgrid-partitioner.cc b/dune/grid/test/yasp/test-yaspgrid-partitioner.cc
index 93ae042b0..9a4530201 100644
--- a/dune/grid/test/yasp/test-yaspgrid-partitioner.cc
+++ b/dune/grid/test/yasp/test-yaspgrid-partitioner.cc
@@ -6,6 +6,7 @@
 #include <config.h>
 
 #include <array>
+#include <cassert>
 #include <iostream>
 
 #include <dune/common/filledarray.hh>
-- 
2.39.2


debug log:

solving 7462b11934 ...
found 7462b11934 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.