From beed258a5a3f6a690c6774d37815527fe60375eb Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sun, 23 Aug 2020 21:56:37 +0300 Subject: test: Include specific headers instead of libcamera.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's only pull required headers, to avoid slowing compilation down. Signed-off-by: Laurent Pinchart Reviewed-by: Jacopo Mondi Reviewed-by: Niklas Söderlund --- test/camera/buffer_import.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/camera/buffer_import.cpp') diff --git a/test/camera/buffer_import.cpp b/test/camera/buffer_import.cpp index d57ffa75..64e96264 100644 --- a/test/camera/buffer_import.cpp +++ b/test/camera/buffer_import.cpp @@ -12,6 +12,9 @@ #include #include +#include +#include + #include "libcamera/internal/device_enumerator.h" #include "libcamera/internal/media_device.h" #include "libcamera/internal/v4l2_videodevice.h" -- cgit v1.2.1