From 3dac18c82148f28a04064acf62d0acd3b46e34ec Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Sat, 29 Mar 2025 18:14:14 +0100 Subject: [PATCH] fix linux build --- src/GraphicalUI/Keybinds.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GraphicalUI/Keybinds.h b/src/GraphicalUI/Keybinds.h index 92a8271..f5cfda1 100644 --- a/src/GraphicalUI/Keybinds.h +++ b/src/GraphicalUI/Keybinds.h @@ -6,6 +6,7 @@ #include #include #include +#include using sfKey = sf::Keyboard::Key;