Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Missing include.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 16 Mar 2023 10:58:11 +0000 (11:58 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 16 Mar 2023 10:58:11 +0000 (11:58 +0100)
src/dag/loaders.cpp

index 438d8b6..d4d99a2 100644 (file)
@@ -22,6 +22,7 @@
 
 #if SIMGRID_HAVE_JSON
 #include <nlohmann/json.hpp>
+#include <sstream>
 #endif
 
 #if HAVE_GRAPHVIZ