Skip to content

Commit 7791f75

Browse files
authored
Collection: Include <cstdint>.
This fixes builds on Alpine v3.23.0 (GCC v15.2.0, musl v1.2.5).
1 parent b6da677 commit 7791f75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

headers/modsecurity/collection/collection.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include <vector>
2222
#include <algorithm>
2323
#include <memory>
24+
#include <cstdint>
2425
#endif
2526

2627

0 commit comments

Comments
 (0)