summaryrefslogtreecommitdiff
path: root/test/libtest/camera_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/libtest/camera_test.h')
-rw-r--r--test/libtest/camera_test.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/libtest/camera_test.h b/test/libtest/camera_test.h
index 0b6bad05..7939798f 100644
--- a/test/libtest/camera_test.h
+++ b/test/libtest/camera_test.h
@@ -7,7 +7,10 @@
#ifndef __LIBCAMERA_CAMERA_TEST_H__
#define __LIBCAMERA_CAMERA_TEST_H__
-#include <libcamera/libcamera.h>
+#include <memory>
+
+#include <libcamera/camera.h>
+#include <libcamera/camera_manager.h>
using namespace libcamera;