From 2ffc7f8e6dd18179c8c4aaf0ebac444f5d980d40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Thu, 21 Sep 2023 12:41:27 +0200 Subject: [PATCH] Workaround to compile issue with two tests. Two tests include ebos.hh, but probably should not: test_glift1 and test_RestartSerialization. This change restores the build for those tests. Removing ebos.hh from their inclusion list should be done, but currently exposes that some other headers are not properly standalone, so it is a bit more work to do. --- ebos/ebos.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebos/ebos.hh b/ebos/ebos.hh index 075f4646e..65a220ebb 100644 --- a/ebos/ebos.hh +++ b/ebos/ebos.hh @@ -34,7 +34,7 @@ #include #include -#include +#include #include namespace Opm {