mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-18 00:45:39 -04: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:
parent
60d5e4d30b
commit
2b88a620f5
@ -1,6 +1,8 @@
|
|||||||
#ifndef MWGUI_CONTROLLERBUTTONSOVERLAY_H
|
#ifndef MWGUI_CONTROLLERBUTTONSOVERLAY_H
|
||||||
#define MWGUI_CONTROLLERBUTTONSOVERLAY_H
|
#define MWGUI_CONTROLLERBUTTONSOVERLAY_H
|
||||||
|
|
||||||
|
#include <array>
|
||||||
|
|
||||||
#include <MyGUI_ImageBox.h>
|
#include <MyGUI_ImageBox.h>
|
||||||
#include <MyGUI_TextBox.h>
|
#include <MyGUI_TextBox.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user