1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-03 13:39:40 +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
{