X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/54e35ebda7e4ffacd769653b8ebb8ba93c7298bf..7da2926d0733ff0683f31aeea176ce71e127264f:/src/surf/plugins/energy.hpp?ds=sidebyside diff --git a/src/surf/plugins/energy.hpp b/src/surf/plugins/energy.hpp index 7185b5726f..ab9d1f3478 100644 --- a/src/surf/plugins/energy.hpp +++ b/src/surf/plugins/energy.hpp @@ -1,18 +1,20 @@ -/* Copyright (c) 2014. The SimGrid Team. +/* 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. */ +#include + #include "../cpu_interface.hpp" #include #ifndef CALLBACK_HPP_ #define CALLBACK_HPP_ -class CpuEnergy; +class XBT_PRIVATE CpuEnergy; -extern std::map *surf_energy; +extern XBT_PRIVATE std::map *surf_energy; class CpuEnergy { public: