Skip to content

Commit 71037dc

Browse files
committed
fix: Added missing header to avoid build error with gcc-15
1 parent 40af573 commit 71037dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

headers/modsecurity/rules_set.h

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include <string>
2323
#include <vector>
2424
#include <list>
25+
#include <cstdint>
2526
#endif
2627

2728

0 commit comments

Comments
 (0)