From 7f9de5db0b72d7ed5e2bf5fda0d9aec22dd055c6 Mon Sep 17 00:00:00 2001 From: Desour Date: Sat, 12 Aug 2023 17:16:21 +0200 Subject: [PATCH] Make touchscreengui compile --- src/gui/touchscreengui.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui/touchscreengui.h b/src/gui/touchscreengui.h index 5b22c29c5..2ef0bd3bd 100644 --- a/src/gui/touchscreengui.h +++ b/src/gui/touchscreengui.h @@ -25,6 +25,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include #include +#include #include #include "client/tile.h" @@ -90,7 +91,7 @@ struct button_info FIRST_TEXTURE, SECOND_TEXTURE } toggleable = NOT_TOGGLEABLE; - std::vector textures; + std::vector textures; }; class AutoHideButtonBar