Skip to content

Commit 48b368c

Browse files
fix: #include <array> to fix issue #19 on windows
1 parent 49c318e commit 48b368c

File tree

1 file changed

+1
-0
lines changed
  • modules/core/include/openstl/core

1 file changed

+1
-0
lines changed

modules/core/include/openstl/core/stl.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ SOFTWARE.
3333
#include <tuple>
3434
#include <cmath>
3535
#include <algorithm>
36+
#include <array>
3637

3738
#define MAX_TRIANGLES 1000000
3839

0 commit comments

Comments
 (0)