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 cc9e07f commit bfba029Copy full SHA for bfba029
include/roaring/roaring.h
@@ -1186,3 +1186,8 @@ CROARING_DEPRECATED static inline uint32_t roaring_read_uint32_iterator(
1186
using namespace ::roaring::api;
1187
#endif
1188
1189
+
1190
+// roaring64 will include roaring.h, but we would
1191
+// prefer to avoid having our users include roaring64.h
1192
+// in addition to roaring.h.
1193
+#include <roaring/roaring64.h>
0 commit comments