diff options
Diffstat (limited to 'test/event-thread.cpp')
-rw-r--r-- | test/event-thread.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/event-thread.cpp b/test/event-thread.cpp index 01120733..c90e6ac0 100644 --- a/test/event-thread.cpp +++ b/test/event-thread.cpp @@ -13,8 +13,9 @@ #include <libcamera/event_notifier.h> #include <libcamera/timer.h> +#include "libcamera/internal/thread.h" + #include "test.h" -#include "thread.h" using namespace std; using namespace libcamera; |