Skip to content

Commit 0fce005

Browse files
authored
Entity.h - include Mutex; fix CI output for Windows
1 parent ad9127a commit 0fce005

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/System/Entity.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include "Serializable.h"
44
#include "RTEError.h"
55

6+
#include <mutex>
67
#include <list>
78
#include <unordered_set>
89

0 commit comments

Comments
 (0)