mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-20 14:23:53 +00:00
compatibility fix
This commit is contained in:
parent
e50a393de4
commit
21f502df34
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
|||
#ifndef MWGUI_MAPWINDOW_H
|
||||
#define MWGUI_MAPWINDOW_H
|
||||
|
||||
#include <libs/platform/stdint.h>
|
||||
|
||||
#include "windowpinnablebase.hpp"
|
||||
#include <cstdint>
|
||||
|
||||
namespace MWRender
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue