Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
surfxml: better error checking, and less include of internal headers
[simgrid.git] / src / surf / surf_routing_cluster_fat_tree.cpp
index e68b89c..9580c26 100644 (file)
@@ -16,6 +16,9 @@
 #include <fstream>
 #include <sstream>
 
+#include <surf/surfxml_parse.h> // FIXME: move that back to the parsing area
+
+
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_fat_tree, surf, "Routing for fat trees");
 
 namespace simgrid {