diff options
Diffstat (limited to 'test/log/log_api.cpp')
-rw-r--r-- | test/log/log_api.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/log/log_api.cpp b/test/log/log_api.cpp index 33622f84..6f3248a7 100644 --- a/test/log/log_api.cpp +++ b/test/log/log_api.cpp @@ -18,7 +18,8 @@ #include <libcamera/logging.h> -#include "log.h" +#include "libcamera/internal/log.h" + #include "test.h" using namespace std; |