1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-03 09:19:41 +00:00

Fix an issue with int32_t being unknown on windows.

This commit is contained in:
Alexander "Ace" Olofsson 2014-02-02 13:57:19 +01:00
parent 1deb0a7cdf
commit e3d85af70a

View file

@ -2,6 +2,7 @@
#define MWGUI_MAPWINDOW_H
#include "windowpinnablebase.hpp"
#include <cstdint>
namespace MWRender
{