From c6b542f84e65083552e52768db7bb4c11dcd7a64 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 1 Feb 2024 08:56:45 +1100 Subject: Move UndoHistory into its own module that is accessible from CellBuffer and tests but hidden from most of Scintilla. Access through std::unique_ptr. --- test/unit/testCellBuffer.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'test/unit/testCellBuffer.cxx') diff --git a/test/unit/testCellBuffer.cxx b/test/unit/testCellBuffer.cxx index b6e03d2ee..bc8bf3b67 100644 --- a/test/unit/testCellBuffer.cxx +++ b/test/unit/testCellBuffer.cxx @@ -23,6 +23,7 @@ #include "SparseVector.h" #include "ChangeHistory.h" #include "CellBuffer.h" +#include "UndoHistory.h" #include "catch.hpp" -- cgit v1.2.3