Skip to content

Commit

Permalink
including roaring64.h in roaring.h
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Oct 2, 2024
1 parent e65e4f4 commit e81a1e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/roaring/roaring.h
Original file line number Diff line number Diff line change
Expand Up @@ -1183,3 +1183,9 @@ 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 e81a1e3

Please sign in to comment.