Skip to content

Commit

Permalink
Include header <atomic> in connection.h to avoid compiler erros with …
Browse files Browse the repository at this point in the history
…msvc2019 16.4
  • Loading branch information
chehrlic committed Nov 23, 2023
1 parent 948aaca commit 769f9a5
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 769f9a5

Please sign in to comment.