1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-17 00:16:38 +00:00

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>