Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to silence CI on maverick
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 27 Oct 2017 10:49:42 +0000 (12:49 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 27 Oct 2017 10:49:42 +0000 (12:49 +0200)
src/instr/instr_paje_containers.hpp
src/instr/instr_paje_types.hpp

index 688abeb..8f3fc3f 100644 (file)
@@ -7,6 +7,7 @@
 #define INSTR_PAJE_CONTAINERS_HPP
 
 #include "src/instr/instr_private.hpp"
+#include <string>
 
 namespace simgrid {
 namespace instr {
index f1d24c2..dca29b3 100644 (file)
@@ -7,6 +7,8 @@
 #define INSTR_PAJE_TYPES_HPP
 
 #include "src/instr/instr_private.hpp"
+#include <string>
+
 namespace simgrid {
 namespace instr {
 enum e_event_type : unsigned int;