Skip to content

Commit f96806c

Browse files
authored
Merge pull request #3342 from airween/v3/gcc15fix
fix: Added missing header to avoid build error with gcc-15
2 parents 40af573 + 71037dc commit f96806c

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)