1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 15:29:55 +00:00

Include <atomic>

Should fix compilation on CI
This commit is contained in:
AnyOldName3 2021-12-26 02:10:37 +00:00
parent 0e29a760d8
commit fa05b0b96c

View file

@ -5,6 +5,8 @@
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
#include <atomic>
namespace Crash
{