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 e68b89c0da40c833509bb72ba034118bb672027f..9580c264b651b0e4e299a8fe3aacf21ebaa99573 100644 (file)
@@ -16,6 +16,9 @@
 #include <fstream>
 #include <sstream>
 
 #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 {
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_fat_tree, surf, "Routing for fat trees");
 
 namespace simgrid {