From 86f49610eca1788f088b07fa5d57b5e59749b12f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= <foss@grueninger.de>
Date: Mon, 27 Mar 2023 01:34:15 +0200
Subject: [PATCH] [cmake] Add missing include

Probably the include was part of dune-common and
was recentl removed
---
 cmake/modules/DumuxMacros.cmake | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cmake/modules/DumuxMacros.cmake b/cmake/modules/DumuxMacros.cmake
index 547ce7b4cf..ded9d5b895 100644
--- a/cmake/modules/DumuxMacros.cmake
+++ b/cmake/modules/DumuxMacros.cmake
@@ -17,6 +17,8 @@ find_package(PVPython QUIET)
 find_package(Kokkos QUIET)
 include(AddKokkosFlags)
 
+include(CheckCXXSymbolExists)
+
 # test if compiler supports std::format
 check_cxx_symbol_exists(
   "__cpp_lib_format"
-- 
GitLab