Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[TO DELETE] Mess with instr includes.
[simgrid.git] / src / instr / instr_paje_types.hpp
index bdb16d4..1e0c76a 100644 (file)
@@ -6,7 +6,8 @@
 #ifndef INSTR_PAJE_TYPES_HPP
 #define INSTR_PAJE_TYPES_HPP
 
-#include "src/instr/instr_private.hpp"
+#include "src/instr/instr_paje_events.hpp"
+#include <map>
 #include <memory>
 #include <string>
 #include <vector>
@@ -14,6 +15,8 @@
 namespace simgrid::instr {
 class ContainerType;
 class EventType;
+class VariableEvent;
+class StateEvent;
 
 long long int new_paje_id();