Skip to content

Commit 52589b7

Browse files
committed
Added missing Linux header (cstddef).
1 parent ef63e62 commit 52589b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TheForceEngine/TFE_Editor/LevelEditor/levelEditorHistory.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <assert.h>
77
#include <algorithm>
88
#include <cstring>
9+
#include <cstddef>
910

1011
using namespace TFE_Editor;
1112

0 commit comments

Comments
 (0)