X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/41c803093e7108f16bfb4cc7e2c41c52104c73c2..0fe1137efda109ff1a402ab5f8317d3ec3a676dc:/src/surf/storage_n11.hpp diff --git a/src/surf/storage_n11.hpp b/src/surf/storage_n11.hpp index d95155e18c..9cb4522d6f 100644 --- a/src/surf/storage_n11.hpp +++ b/src/surf/storage_n11.hpp @@ -4,6 +4,8 @@ /* 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 "storage_interface.hpp" #ifndef STORAGE_N11_HPP_ @@ -13,9 +15,9 @@ * Classes * ***********/ -class StorageN11Model; -class StorageN11; -class StorageN11Action; +class XBT_PRIVATE StorageN11Model; +class XBT_PRIVATE StorageN11; +class XBT_PRIVATE StorageN11Action; /********* * Model *