From: Arnaud Giersch Date: Thu, 15 Nov 2012 15:50:56 +0000 (+0100) Subject: Add missing include. X-Git-Tag: v3_9_rc1~91^2~90 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9b9fd1cbede3f5153e7d2c59514e33c8b802c4c3?ds=sidebyside Add missing include. The problem is visible with -Denable_tracing=OFF only. --- diff --git a/teshsuite/simdag/platforms/flatifier.c b/teshsuite/simdag/platforms/flatifier.c index 17f111694f..729d27bd6f 100644 --- a/teshsuite/simdag/platforms/flatifier.c +++ b/teshsuite/simdag/platforms/flatifier.c @@ -19,6 +19,7 @@ #include "xbt/log.h" #include "xbt/dict.h" #include "xbt/ex.h" +#include "xbt/xbt_os_time.h" #include "surf/surf.h" #include "surf/surf_private.h"