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:
commit
98d1588477
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
#include <Windows.h>
|
||||
|
||||
#include <atomic>
|
||||
#include <unordered_map>
|
||||
|
||||
namespace Crash
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue