Skip to content

Commit 3edc056

Browse files
committed
Code fix for THP support
1 parent a841af8 commit 3edc056

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

googletest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 109e3b37e778acf2ac565b1918c5aebcebbd79b4
1+
Subproject commit f38004c441a2d7ba004853bb0863ff2b2571f461

src/containers.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
#include <cassert>
2424
#include <vector>
2525

26+
#include "common.h"
27+
2628
/**
2729
* A container useful for implementing a undo-redo behavior.
2830
* @e UNDOMAX: max number of copies to store.

0 commit comments

Comments
 (0)