X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d68a0ac239494f0a1c7f21b7c195f453ee7a31eb..8fea398a5a9ca83c4e6009daf964d59869388e6c:/include/simgrid/forward.h diff --git a/include/simgrid/forward.h b/include/simgrid/forward.h index f4fede1504..3776800807 100644 --- a/include/simgrid/forward.h +++ b/include/simgrid/forward.h @@ -37,6 +37,8 @@ namespace routing { } } namespace simix { + class ActorImpl; + using ActorImplPtr = boost::intrusive_ptr; class Host; } namespace surf { @@ -45,6 +47,7 @@ namespace surf { class LinkImpl; class HostImpl; class StorageImpl; + class FileImpl; } namespace trace_mgr { class trace;