Merge branch 'fix_build' into 'master'

Fix build with msvc

See merge request OpenMW/openmw!4836
This commit is contained in:
psi29a 2025-08-07 07:06:29 +00:00
commit 25adab1526

View File

@ -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>