diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/times.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/times.h b/src/times.h index 1c9d812e..826937bb 100644 --- a/src/times.h +++ b/src/times.h @@ -449,6 +449,7 @@ private: void serialize(Archive& ar, const unsigned int /* version */) { ar & range_begin; ar & range_end; + ar & end_inclusive; } #endif // HAVE_BOOST_SERIALIZATION }; |