Skip to content

Commit

Permalink
Merge pull request #2185 from chehrlic/fix_connection_h_include
Browse files Browse the repository at this point in the history
Include header <atomic> in connection.h to avoid compiler erros with msvc2019 16.4
  • Loading branch information
julianoes authored Nov 23, 2023
2 parents 948aaca + 769f9a5 commit f27c3d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mavsdk/core/connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include "mavsdk.h"
#include "mavlink_receiver.h"
#include <atomic>
#include <memory>
#include <unordered_set>

Expand Down

0 comments on commit f27c3d6

Please sign in to comment.