diff options
Diffstat (limited to 'test/event.cpp')
-rw-r--r-- | test/event.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/event.cpp b/test/event.cpp index 816060cc..c865092c 100644 --- a/test/event.cpp +++ b/test/event.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; |