From: Arnaud Giersch Date: Sun, 19 Nov 2017 20:56:51 +0000 (+0100) Subject: Strange that this include line is only missing on appveyor. X-Git-Tag: v3.18~242^2~7 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/fa30e17325ce98a689f9957c2888b8cdd4cf8916 Strange that this include line is only missing on appveyor. --- diff --git a/teshsuite/s4u/storage_client_server/storage_client_server.cpp b/teshsuite/s4u/storage_client_server/storage_client_server.cpp index 2b8e3c50aa..9ef8840fa8 100644 --- a/teshsuite/s4u/storage_client_server/storage_client_server.cpp +++ b/teshsuite/s4u/storage_client_server/storage_client_server.cpp @@ -5,6 +5,7 @@ #include "simgrid/s4u.hpp" #include +#include XBT_LOG_NEW_DEFAULT_CATEGORY(storage, "Messages specific for this simulation");