Skip to content
Snippets Groups Projects
Commit 36cc38a9 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Fix missing includes for g++-8 and clang++-8

parent 8fac48c5
No related branches found
No related tags found
1 merge request!34Change include management.
......@@ -6,6 +6,7 @@
#include <iostream>
#include <rang.hpp>
#include <string>
#include <tuple>
class AssertError
{
......
......@@ -5,6 +5,8 @@
#include <utils/pugs_config.hpp>
#include <fstream>
#ifdef PUGS_HAS_MPI
#include <mpi.h>
#define IF_MPI(INSTRUCTION) INSTRUCTION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment