Skip to content

Commit

Permalink
including roaring64.h in roaring.h (#673)
Browse files Browse the repository at this point in the history
* including roaring64.h in roaring.h

* lint
  • Loading branch information
lemire authored Nov 22, 2024
1 parent cc9e07f commit bfba029
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/roaring/roaring.h
Original file line number Diff line number Diff line change
Expand Up @@ -1186,3 +1186,8 @@ CROARING_DEPRECATED static inline uint32_t roaring_read_uint32_iterator(
using namespace ::roaring::api;
#endif
#endif

// roaring64 will include roaring.h, but we would
// prefer to avoid having our users include roaring64.h
// in addition to roaring.h.
#include <roaring/roaring64.h>

0 comments on commit bfba029

Please sign in to comment.