Skip to content

Commit 6351807

Browse files
authored
Add missing include cstdint in BloomFilter.h (#1786)
1 parent 17b8f95 commit 6351807

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BloomFilter.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
/* This filter has no false positives or collisions for the standard
2222
* and non-standard common request headers */
2323

24+
#include <cstdint>
2425
#include <string_view>
2526
#include <bitset>
2627

0 commit comments

Comments
 (0)