Skip to content

Commit

Permalink
Add missing include cstdint in BloomFilter.h (#1786)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Sep 26, 2024
1 parent 17b8f95 commit 6351807
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BloomFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
/* This filter has no false positives or collisions for the standard
* and non-standard common request headers */

#include <cstdint>
#include <string_view>
#include <bitset>

Expand Down

0 comments on commit 6351807

Please sign in to comment.