Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
WIP stop using const char* in C++ layers
[simgrid.git] / src / mc / mc_dwarf.hpp
index 62fb9a1..d247552 100644 (file)
@@ -17,7 +17,7 @@
 #define DW_LANG_Objc DW_LANG_ObjC       /* fix spelling error in older dwarf.h */
 #include <dwarf.h>
 
-#include "src/mc/Variable.hpp"
+#include "src/mc/mc_forward.hpp"
 
 namespace simgrid {
 namespace dwarf {