From: Martin Quinson Date: Sun, 6 Aug 2017 21:08:45 +0000 (+0200) Subject: include to help OSX's clang X-Git-Tag: v3_17~239^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/64ef863fdbd1870b17fcac0afa3d763e4c4f9b4c?ds=sidebyside include to help OSX's clang --- diff --git a/src/instr/instr_config.cpp b/src/instr/instr_config.cpp index 227b0cf0ab..9a14d50624 100644 --- a/src/instr/instr_config.cpp +++ b/src/instr/instr_config.cpp @@ -1,11 +1,11 @@ -/* Copyright (c) 2010-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2010-2017. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ #include "src/instr/instr_private.h" #include "surf/surf.h" +#include #include XBT_LOG_NEW_CATEGORY(instr, "Logging the behavior of the tracing system (used for Visualization/Analysis of simulations)");