From 36cc38a9911bd58e2979c870f3450c6040b89e7f Mon Sep 17 00:00:00 2001
From: Stephane Del Pino <stephane.delpino44@gmail.com>
Date: Tue, 21 Apr 2020 20:32:26 +0200
Subject: [PATCH] Fix missing includes for g++-8 and clang++-8

---
 src/utils/PugsAssert.hpp     | 1 +
 tests/mpi_test_Messenger.cpp | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/src/utils/PugsAssert.hpp b/src/utils/PugsAssert.hpp
index 837d63761..82d1db70b 100644
--- a/src/utils/PugsAssert.hpp
+++ b/src/utils/PugsAssert.hpp
@@ -6,6 +6,7 @@
 #include <iostream>
 #include <rang.hpp>
 #include <string>
+#include <tuple>
 
 class AssertError
 {
diff --git a/tests/mpi_test_Messenger.cpp b/tests/mpi_test_Messenger.cpp
index d7a782595..3ab242677 100644
--- a/tests/mpi_test_Messenger.cpp
+++ b/tests/mpi_test_Messenger.cpp
@@ -5,6 +5,8 @@
 
 #include <utils/pugs_config.hpp>
 
+#include <fstream>
+
 #ifdef PUGS_HAS_MPI
 #include <mpi.h>
 #define IF_MPI(INSTRUCTION) INSTRUCTION
-- 
GitLab