Skip to content

Commit 6f760dc

Browse files
committed
[orc-rt] Include <type_traits> in span.h. (Fixes unit test on Linux)
1 parent 3408868 commit 6f760dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

orc-rt/include/orc-rt/span.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
#include <cstddef>
2020
#include <limits>
21+
#include <type_traits>
2122

2223
namespace orc_rt {
2324

0 commit comments

Comments
 (0)