From a33a1eac867d99e103bd2bb12f47a8981bd3f67b Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Sat, 14 May 2016 12:04:50 +0200 Subject: [PATCH] fix warnings from Evaluation.hpp when using Dune 2.3 these warnings were caused by the fmatrix.hh header being included before Evaluation.hpp. While they were harmeless, they were annoying. (I did not discover this earlier because I normally use Dune 2.4 which does not have this particular issue.) --- tests/test_immiscibleflash.cpp | 1 + tests/test_pengrobinson.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/test_immiscibleflash.cpp b/tests/test_immiscibleflash.cpp index a7e205820..e65f0750a 100644 --- a/tests/test_immiscibleflash.cpp +++ b/tests/test_immiscibleflash.cpp @@ -32,6 +32,7 @@ */ #include "config.h" +#include #include #include #include diff --git a/tests/test_pengrobinson.cpp b/tests/test_pengrobinson.cpp index acf5c35a8..88c170843 100644 --- a/tests/test_pengrobinson.cpp +++ b/tests/test_pengrobinson.cpp @@ -28,6 +28,7 @@ */ #include "config.h" +#include #include #include #include