X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/756df47074b2d7b0721f234077f5ef8d75e13932..a49a03122b2def71ff741e78d15b38cd1d171184:/src/mc/mc_hash.cpp diff --git a/src/mc/mc_hash.cpp b/src/mc/mc_hash.cpp index b260507326..d537cfef30 100644 --- a/src/mc/mc_hash.cpp +++ b/src/mc/mc_hash.cpp @@ -8,7 +8,10 @@ #include +#include "xbt/log.h" + #include "src/mc/mc_private.h" +#include "src/mc/mc_snapshot.h" #include "mc/datatypes.h" #include "src/mc/mc_hash.hpp" #include @@ -21,7 +24,8 @@ namespace mc { namespace { class djb_hash { - hash_type state_ = 5381ll; + hash_type state_ = 5381LL; + public: template void update(T& x)