Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire authored Oct 13, 2023
1 parent 9b7cc0f commit 4afd6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Linux or macOS users might follow the following instructions if they have a rece
2. Create a new file named `demo.cpp` with this content:
```C++
#include <iostream>
#include "roaring.hh"
#include "roaring.hh" // the amalgamated roaring.hh includes roaring64map.hh
#include "roaring.c"
int main() {
roaring::Roaring r1;
Expand Down

0 comments on commit 4afd6b5

Please sign in to comment.