Fix build with msvc

openmw\apps\openmw\mwgui\controllerbuttonsoverlay.hpp(75): error C2079: 'MWGui::ControllerButtonsOverlay::mButtons' uses undefined class 'std::array<MWGui::ControllerButtonsOverlay::ButtonWidgets,15>'
This commit is contained in:
elsid 2025-08-06 22:19:41 +02:00
parent 60d5e4d30b
commit 2b88a620f5
No known key found for this signature in database
GPG Key ID: 4DE04C198CBA7625

View File

@ -1,6 +1,8 @@
#ifndef MWGUI_CONTROLLERBUTTONSOVERLAY_H
#define MWGUI_CONTROLLERBUTTONSOVERLAY_H
#include <array>
#include <MyGUI_ImageBox.h>
#include <MyGUI_TextBox.h>