Skip to content

Commit

Permalink
fix compilation ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed Sep 13, 2023
1 parent aac2bbf commit 299cab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotjuggler_plugins/DataLoadMCAP/dataload_mcap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ bool DataLoadMCAP::readDataFromFile(FileLoadInfo* info, PlotDataMapRef& plot_dat
schemas.insert( {schema_id, shema_ptr} );
}

std::unordered_set<QString> notified_encoding_problem;
std::set<QString> notified_encoding_problem;

for (const auto& [channel_id, channel_ptr] : reader.channels())
{
Expand Down

0 comments on commit 299cab7

Please sign in to comment.