From 22e5e3137c9c96940f1bd2ef05487bc35fddc262 Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Fri, 27 Oct 2017 12:49:42 +0200 Subject: [PATCH 1/1] try to silence CI on maverick --- src/instr/instr_paje_containers.hpp | 1 + src/instr/instr_paje_types.hpp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/instr/instr_paje_containers.hpp b/src/instr/instr_paje_containers.hpp index 688abeb2fa..8f3fc3f001 100644 --- a/src/instr/instr_paje_containers.hpp +++ b/src/instr/instr_paje_containers.hpp @@ -7,6 +7,7 @@ #define INSTR_PAJE_CONTAINERS_HPP #include "src/instr/instr_private.hpp" +#include namespace simgrid { namespace instr { diff --git a/src/instr/instr_paje_types.hpp b/src/instr/instr_paje_types.hpp index f1d24c24bd..dca29b3835 100644 --- a/src/instr/instr_paje_types.hpp +++ b/src/instr/instr_paje_types.hpp @@ -7,6 +7,8 @@ #define INSTR_PAJE_TYPES_HPP #include "src/instr/instr_private.hpp" +#include + namespace simgrid { namespace instr { enum e_event_type : unsigned int; -- 2.20.1