From 749455cf19d84a3657c3cddf04394ddff5a81ea8 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 7 Jan 2023 18:19:59 +0100 Subject: [PATCH] Add missing include --- src/game_tab/left_panel/board/BoardCanvas.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game_tab/left_panel/board/BoardCanvas.hpp b/src/game_tab/left_panel/board/BoardCanvas.hpp index bb50098..6ef2957 100644 --- a/src/game_tab/left_panel/board/BoardCanvas.hpp +++ b/src/game_tab/left_panel/board/BoardCanvas.hpp @@ -5,6 +5,7 @@ #include #include #include +#include #include #include #include