Skip to content

Commit 3f76026

Browse files
authored
Include <array> for std::array
1 parent 8a7f092 commit 3f76026

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rts/Lua/LuaMaterial.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <cstring> // strcmp
77
#include <string>
88
#include <vector>
9+
#include <array>
910

1011
/*
1112
LuaMaterial

0 commit comments

Comments
 (0)