Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix clang builds by including <string> where needed
[simgrid.git] / src / kernel / EngineImpl.hpp
index d038e3b..d3501dc 100644 (file)
@@ -6,6 +6,7 @@
 #include <simgrid/s4u/forward.hpp>
 #include <xbt/dict.h>
 
+#include <string>
 #include <unordered_map>
 
 namespace simgrid {