Skip to content

Commit d32cc2f

Browse files
committed
Add missing #include with /std:c++20
1 parent f977e8f commit d32cc2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roottest/root/io/evolution/rules/execSourceTypes.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <type_traits>
99
#include <list>
1010
#include <string>
11+
#include <array>
1112

1213
struct A {
1314
float f = 1.1;

0 commit comments

Comments
 (0)