X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b8df87e176f27b25534f27d7e240defa32ca35bc..debe4e5871c0c3d1c714bbb1bd28ba7147454aa5:/src/mc/mc_unw.hpp diff --git a/src/mc/mc_unw.hpp b/src/mc/mc_unw.hpp index 4c302c894e..4e949d4139 100644 --- a/src/mc/mc_unw.hpp +++ b/src/mc/mc_unw.hpp @@ -30,7 +30,6 @@ #include #include -#include namespace simgrid { namespace unw { @@ -51,6 +50,7 @@ class UnwindContext { public: UnwindContext() = default; UnwindContext(const UnwindContext&) = default; + UnwindContext& operator=(const UnwindContext&) = default; ~UnwindContext() { clear(); } void initialize(simgrid::mc::RemoteClient* process, unw_context_t* c); void clear();