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:
parent
0e29a760d8
commit
fa05b0b96c
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <Windows.h>
|
||||
|
||||
#include <atomic>
|
||||
|
||||
namespace Crash
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in a new issue