]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/remote/RemoteClient.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use plain pointers in internal structures, and hopefully fix more memory leaks.
[simgrid.git] / src / mc / remote / RemoteClient.hpp
index 174517df1fcd6c7d140ea761ed9e537412a0018e..b5cfdc91da03d481408a6d9c9a9f5b83243f3f69 100644 (file)
@@ -6,8 +6,10 @@
 #ifndef SIMGRID_MC_PROCESS_H
 #define SIMGRID_MC_PROCESS_H
 
+#include "src/mc/AddressSpace.hpp"
 #include "src/mc/inspect/ObjectInformation.hpp"
 #include "src/mc/remote/Channel.hpp"
+#include "src/mc/remote/RemotePtr.hpp"
 #include "src/xbt/mmalloc/mmprivate.h"
 
 #include <vector>