From 102a874a3a8ca376e08d1319b36833297bea39ae Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 29 Apr 2017 11:52:49 +1000 Subject: Use std::unique_ptr, std::vector, and move construction to simplify UndoHistory and make it easier to modify. Remove out of date warning suppression. --- test/unit/testCellBuffer.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'test/unit') diff --git a/test/unit/testCellBuffer.cxx b/test/unit/testCellBuffer.cxx index f6cdf770d..4a8a7b612 100644 --- a/test/unit/testCellBuffer.cxx +++ b/test/unit/testCellBuffer.cxx @@ -2,6 +2,7 @@ #include #include +#include #include #include -- cgit v1.2.3