From 5276c1d2f35bb8df9b3fd0933cf5d1de1b9133ed Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Mon, 13 May 2024 15:03:12 +0200 Subject: Move InterCopyContext implementation in a separate file --- src/state.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/state.cpp') diff --git a/src/state.cpp b/src/state.cpp index f894978..7252885 100644 --- a/src/state.cpp +++ b/src/state.cpp @@ -33,6 +33,7 @@ THE SOFTWARE. #include "state.h" +#include "intercopycontext.h" #include "lanes.h" #include "lanes_private.h" #include "tools.h" -- cgit v1.2.3-55-g6feb