summaryrefslogtreecommitdiff
path: root/src/buffer.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.hh')
-rw-r--r--src/buffer.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buffer.hh b/src/buffer.hh
index 2bc1e098..cd136476 100644
--- a/src/buffer.hh
+++ b/src/buffer.hh
@@ -1,6 +1,7 @@
#ifndef buffer_hh_INCLUDED
#define buffer_hh_INCLUDED
+#include "clock.hh"
#include "coord.hh"
#include "flags.hh"
#include "safe_ptr.hh"
@@ -250,6 +251,7 @@ private:
UndoGroup undo_group;
Vector<std::unique_ptr<HistoryNode>, MemoryDomain::BufferMeta> childs;
SafePtr<HistoryNode> redo_child;
+ TimePoint timepoint;
};
HistoryNode m_history;