Linaro / OpenCSD

CoreSight trace stream decoder developed openly
https://github.com/Linaro/opencsd/wiki
Other
141 stars 53 forks source link

tests: Include <algorithm> in snapshot_parser_util.h #43

Closed m-gupta closed 2 years ago

m-gupta commented 2 years ago

std::lexicographical_compare usage in snapshot_parser_util.h requires . This fixes a build breakage when using ToT libc++ which no longer transitively include .

Signed-off-by: Manoj Gupta manojgupta@google.com

mikel-armbb commented 2 years ago

Thanks.

Will include in upcoming 1.3.1 release.