aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-01-07 18:19:59 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2023-01-07 18:19:59 +0100
commit749455cf19d84a3657c3cddf04394ddff5a81ea8 (patch)
tree494e59a5c9c95cb6d6c7451b2a6fc85f29d5a3e4
parent334906fce42dfd6e989f5e97040e785db6a1f5ae (diff)
Add missing include
-rw-r--r--src/game_tab/left_panel/board/BoardCanvas.hpp1
1 files changed, 1 insertions, 0 deletions
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 <map>
#include <tuple>
#include <utility>
+#include <algorithm>
#include <vector>
#include <wx/artprov.h>
#include <wx/dcbuffer.h>