skysafe / gr-sigmf

GNURadio blocks to read, write, and modify SigMF datasets
Other
30 stars 11 forks source link

Include <algorithm> for std::sort() in lib/writer_utils.cc #35

Closed willcode closed 3 years ago

willcode commented 3 years ago

std::sort() requires #include <algorithm>, at least on F34

Signed-off-by: Jeff Long willcode4@gmail.com

storborg commented 3 years ago

Thanks!