Skip to content

Commit

Permalink
Fix Compilation Issue on GCC 11
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperPaul123 committed Nov 9, 2021
1 parent 8375a7d commit e4f8468
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 @@ -10,6 +10,7 @@
#include <atomic>
#include <thread>
#include <utility>
#include <mutex>

namespace dp
{
Expand Down

0 comments on commit e4f8468

Please sign in to comment.