From 64ef863fdbd1870b17fcac0afa3d763e4c4f9b4c Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 6 Aug 2017 23:08:45 +0200 Subject: [PATCH 1/1] include to help OSX's clang --- src/instr/instr_config.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)"); -- 2.20.1