Skip to content

Commit

Permalink
Fix compile error when compiling with gcc 13
Browse files Browse the repository at this point in the history
The error is:

    src/plugins/mag_calibration_status.cpp:64:22: error: ‘bitset’ is not a member of ‘std’
  • Loading branch information
wentasah committed Jul 8, 2024
1 parent a739960 commit 265e3b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mavros_extras/src/plugins/mag_calibration_status.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#include <mavros/mavros_plugin.h>
#include <std_msgs/UInt8.h>
#include <mavros_msgs/MagnetometerReporter.h>
#include <bitset>

namespace mavros {
namespace std_plugins {
/**
Expand Down

0 comments on commit 265e3b2

Please sign in to comment.