Skip to content

Commit 86267e6

Browse files
authored
tests: add missing cstdint include for gcc13 (#26792)
See also 853691d Signed-off-by: Karl Palsson <karlp@tweak.au>
1 parent 85daeac commit 86267e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/tests/suites/pics/PICSBooleanExpressionParser.h

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* implements PICS condition parsing for YAML tests.
2222
*/
2323

24+
#include <cstdint>
2425
#include <map>
2526
#include <string>
2627
#include <vector>

0 commit comments

Comments
 (0)