[PATCH v1] ipa: simple: lut: Fix include path

Barnabás Pőcze barnabas.pocze at ideasonboard.com
Mon Mar 10 18:03:03 CET 2025


Use the proper path to include `libcamera/control_ids.h`.

Signed-off-by: Barnabás Pőcze <barnabas.pocze at ideasonboard.com>
---
 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 0ba2391f8..18f3a550b 100644
--- a/src/ipa/simple/algorithms/lut.cpp
+++ b/src/ipa/simple/algorithms/lut.cpp
@@ -14,9 +14,9 @@
 
 #include <libcamera/base/log.h>
 
-#include "simple/ipa_context.h"
+#include <libcamera/control_ids.h>
 
-#include "control_ids.h"
+#include "simple/ipa_context.h"
 
 namespace libcamera {
 
-- 
2.48.1



More information about the libcamera-devel mailing list