diff options
author | Ruslan Bukin <br@FreeBSD.org> | 2023-03-27 15:14:10 +0000 |
---|---|---|
committer | Ruslan Bukin <br@FreeBSD.org> | 2023-03-27 15:23:28 +0000 |
commit | 974000f192f9f74654b8835361cf35e606a10a76 (patch) | |
tree | c3aabe2b3d219cca63f0b426a2098bcdf9e9ac65 /decoder/tests/snapshot_parser_lib/include/snapshot_parser_util.h | |
parent | d7aa8d0a1f110421252d79f5acfb72d89187ad1f (diff) |
Diffstat (limited to 'decoder/tests/snapshot_parser_lib/include/snapshot_parser_util.h')
-rw-r--r-- | decoder/tests/snapshot_parser_lib/include/snapshot_parser_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/tests/snapshot_parser_lib/include/snapshot_parser_util.h b/decoder/tests/snapshot_parser_lib/include/snapshot_parser_util.h index 815afe9267d9..d4fd6cd952ad 100644 --- a/decoder/tests/snapshot_parser_lib/include/snapshot_parser_util.h +++ b/decoder/tests/snapshot_parser_lib/include/snapshot_parser_util.h @@ -35,6 +35,7 @@ #ifndef ARM_SNAPSHOT_PARSER_UTIL_H_INCLUDED #define ARM_SNAPSHOT_PARSER_UTIL_H_INCLUDED +#include <algorithm> #include <string> #include <sstream> #include <iomanip> |