Skip to content

Commit

Permalink
Add explicit system_error include
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Brenner authored and Martin Brenner committed Sep 16, 2024
1 parent 20a167d commit 1fa8856
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eventbus/include/eventbus/event_bus.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <functional>
#include <mutex>
#include <shared_mutex>
#include <system_error>
#include <thread>
#include <typeindex>
#include <unordered_map>
Expand Down

0 comments on commit 1fa8856

Please sign in to comment.