X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a8b018dfb61efc4a3ccda8d5123bfe27634cd354..3cbf54871089cc3dc50b6832652b5765e1601039:/src/simix/smx_context.cpp diff --git a/src/simix/smx_context.cpp b/src/simix/smx_context.cpp index 40c6f00b3c..933ef547b7 100644 --- a/src/simix/smx_context.cpp +++ b/src/simix/smx_context.cpp @@ -1,6 +1,6 @@ /* a fast and simple context switching library */ -/* Copyright (c) 2009-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2009-2018. 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. */ @@ -17,7 +17,7 @@ #include #include "simgrid/modelchecker.h" -#include "simgrid/sg_config.h" +#include "simgrid/sg_config.hpp" #include "smx_private.hpp" #include "src/internal_config.h" #include "xbt/log.h"