Skip to content

Commit b121cdf

Browse files
committed
[orc-rt] #include <variant> for std::monostate. (Fixes unit test on Linux)
1 parent 6f760dc commit b121cdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

orc-rt/include/orc-rt/IntervalSet.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
#include "IntervalMap.h"
1717

18+
#include <variant> // For std::monostate.
19+
1820
namespace orc_rt {
1921

2022
/// Implements a coalescing interval set.

0 commit comments

Comments
 (0)