X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/646748e03f0997e891f569963d0113e16bb63890..7d87bd675e40074957819b602f38fb905209990e:/src/mc/ChunkedData.hpp?ds=sidebyside diff --git a/src/mc/ChunkedData.hpp b/src/mc/ChunkedData.hpp index 0ec1cb2404..05ef275b5b 100644 --- a/src/mc/ChunkedData.hpp +++ b/src/mc/ChunkedData.hpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2014-2015. 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. */ + #ifndef SIMGRID_MC_CHUNKED_DATA_HPP #define SIMGRID_MC_CHUNKED_DATA_HPP @@ -6,9 +12,9 @@ #include -#include -#include -#include +#include "src/mc/mc_forward.hpp" +#include "src/mc/AddressSpace.hpp" +#include "src/mc/PageStore.hpp" namespace simgrid { namespace mc {