Skip to content

Commit

Permalink
tests: add missing cstdint include for gcc13 (#26792)
Browse files Browse the repository at this point in the history
See also 853691d

Signed-off-by: Karl Palsson <karlp@tweak.au>
  • Loading branch information
karlp authored and pull[bot] committed Feb 21, 2024
1 parent 8847398 commit 8256629
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/tests/suites/pics/PICSBooleanExpressionParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* implements PICS condition parsing for YAML tests.
*/

#include <cstdint>
#include <map>
#include <string>
#include <vector>
Expand Down

0 comments on commit 8256629

Please sign in to comment.