From 12931e304a5433e83c037e67e7d40479c8073cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20P=C5=91cze?= Date: Thu, 6 Mar 2025 13:41:24 +0100 Subject: ipa: simple: lut: Fix include path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use the proper path to include `libcamera/control_ids.h`. Signed-off-by: Barnabás Pőcze Reviewed-by: Jacopo Mondi Reviewed-by: Kieran Bingham --- src/ipa/simple/algorithms/lut.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ipa/simple/algorithms/lut.cpp b/src/ipa/simple/algorithms/lut.cpp index 0ba2391f..18f3a550 100644 --- a/src/ipa/simple/algorithms/lut.cpp +++ b/src/ipa/simple/algorithms/lut.cpp @@ -14,9 +14,9 @@ #include -#include "simple/ipa_context.h" +#include -#include "control_ids.h" +#include "simple/ipa_context.h" namespace libcamera { -- cgit v1.2.1