Skip to content

Commit

Permalink
m2kcli/utils/validator.h: Compatibility with gcc 13
Browse files Browse the repository at this point in the history
 - explicitly included <cstdint> header for GCC 13 compilation

Signed-off-by: Bindea Cristian <[email protected]>
  • Loading branch information
bindea-cristian authored and adisuciu committed Jun 27, 2023
1 parent 360fbae commit 7b31a3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/m2kcli/utils/validator.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <string>
#include <vector>
#include <map>
#include <cstdint>

class Validator {
public:
Expand Down

0 comments on commit 7b31a3d

Please sign in to comment.