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/capture.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/camera/capture.cpp') diff --git a/test/camera/capture.cpp b/test/camera/capture.cpp index eb67bf2d..51bbd258 100644 --- a/test/camera/capture.cpp +++ b/test/camera/capture.cpp @@ -7,6 +7,10 @@ #include +#include +#include +#include + #include "camera_test.h" #include "test.h" -- cgit v1.2.1