From 4307a12c577a9af0a8e026aa3dea79ad14bbd4eb Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 14 May 2012 17:22:45 +0200 Subject: [PATCH] Missing include (?). --- src/surf/surf_config.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/surf/surf_config.c b/src/surf/surf_config.c index e2cbb45457..b5d3589b7e 100644 --- a/src/surf/surf_config.c +++ b/src/surf/surf_config.c @@ -11,6 +11,7 @@ #include "xbt/str.h" #include "surf/surf_private.h" #include "surf/surf_routing.h" /* COORD_HOST_LEVEL and COORD_ASR_LEVEL */ +#include "simgrid/simix.h" XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_config, surf, "About the configuration of surf (and the rest of the simulation)"); -- 2.20.1