We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f760dc commit b121cdfCopy full SHA for b121cdf
orc-rt/include/orc-rt/IntervalSet.h
@@ -15,6 +15,8 @@
15
16
#include "IntervalMap.h"
17
18
+#include <variant> // For std::monostate.
19
+
20
namespace orc_rt {
21
22
/// Implements a coalescing interval set.
0 commit comments