Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't qwack when the default empty string is passed as a replay path
[simgrid.git] / src / dag / loaders.cpp
index 438d8b6b0b38b6eca3922e932a580f5b1734e9d5..d4d99a2e71c8122d9ee6d7788e9ab00bc71a7598 100644 (file)
@@ -22,6 +22,7 @@
 
 #if SIMGRID_HAVE_JSON
 #include <nlohmann/json.hpp>
+#include <sstream>
 #endif
 
 #if HAVE_GRAPHVIZ