Skip to content

Commit bfba029

Browse files
authored
including roaring64.h in roaring.h (#673)
* including roaring64.h in roaring.h * lint
1 parent cc9e07f commit bfba029

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/roaring/roaring.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,3 +1186,8 @@ CROARING_DEPRECATED static inline uint32_t roaring_read_uint32_iterator(
11861186
using namespace ::roaring::api;
11871187
#endif
11881188
#endif
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

Comments
 (0)