Skip to content

Commit f886d63

Browse files
committed
fix: add missing headers
1 parent 10dbeb3 commit f886d63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eventbus/test/event_bus_tests.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#include <atomic>
55
#include <eventbus/event_bus.hpp>
66
#include <iostream>
7+
#include <optional>
8+
#include <sstream>
79
#include <thread>
810
struct test_event_type {
911
int id{-1};

0 commit comments

Comments
 (0)