From e60971d47d744aa408117ddc659096ecfede5643 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Sat, 17 Oct 2020 22:42:24 +0200 Subject: [PATCH] Missing include. --- src/simdag/sd_global.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/simdag/sd_global.cpp b/src/simdag/sd_global.cpp index 1ded7dfa1b..e8ba4ed07d 100644 --- a/src/simdag/sd_global.cpp +++ b/src/simdag/sd_global.cpp @@ -10,6 +10,8 @@ #include "simgrid/sg_config.hpp" #include "src/surf/surf_interface.hpp" +#include + XBT_LOG_NEW_CATEGORY(sd, "Logging specific to SimDag"); XBT_LOG_NEW_DEFAULT_SUBCATEGORY(sd_kernel, sd, "Logging specific to SimDag (kernel)"); -- 2.20.1