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