1 parent a841af8 commit 3edc056Copy full SHA for 3edc056
2 files changed
googletest
@@ -1 +1 @@
1
-Subproject commit 109e3b37e778acf2ac565b1918c5aebcebbd79b4
+Subproject commit f38004c441a2d7ba004853bb0863ff2b2571f461
src/containers.h
@@ -23,6 +23,8 @@
23
#include <cassert>
24
#include <vector>
25
26
+#include "common.h"
27
+
28
/**
29
* A container useful for implementing a undo-redo behavior.
30
* @e UNDOMAX: max number of copies to store.
0 commit comments