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