1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +00:00

Merge branch 'build-fixes' into 'master'

Add missing include to unordered_map

See merge request OpenMW/openmw!1553
This commit is contained in:
psi29a 2022-01-14 09:25:48 +00:00
commit 98d1588477

View File

@ -6,6 +6,7 @@
#include <Windows.h>
#include <atomic>
#include <unordered_map>
namespace Crash
{