X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/41c803093e7108f16bfb4cc7e2c41c52104c73c2..0fe1137efda109ff1a402ab5f8317d3ec3a676dc:/src/surf/host_interface.hpp diff --git a/src/surf/host_interface.hpp b/src/surf/host_interface.hpp index 759cb27ed1..39e87803c5 100644 --- a/src/surf/host_interface.hpp +++ b/src/surf/host_interface.hpp @@ -9,6 +9,8 @@ #include "cpu_interface.hpp" #include "network_interface.hpp" +#include + #ifndef SURF_HOST_INTERFACE_HPP_ #define SURF_HOST_INTERFACE_HPP_ @@ -16,9 +18,9 @@ * Classes * ***********/ -class HostModel; -class Host; -class HostAction; +class XBT_PRIVATE HostModel; +class XBT_PRIVATE Host; +class XBT_PRIVATE HostAction; /************* * Callbacks *