From 82cf918b5bd70cf6cf60c2ba7a08353c993a8d82 Mon Sep 17 00:00:00 2001 From: Stefan Klug Date: Thu, 6 Feb 2025 15:10:10 +0100 Subject: ipa: Use Vector class from libcamera Now that there is a Vector class in libcamera, use that one. Signed-off-by: Stefan Klug Reviewed-by: Kieran Bingham Reviewed-by: Naushir Patuck --- src/ipa/ipu3/algorithms/awb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ipa/ipu3/algorithms') diff --git a/src/ipa/ipu3/algorithms/awb.h b/src/ipa/ipu3/algorithms/awb.h index 1916990a..dbf69c90 100644 --- a/src/ipa/ipu3/algorithms/awb.h +++ b/src/ipa/ipu3/algorithms/awb.h @@ -13,7 +13,7 @@ #include -#include "libipa/vector.h" +#include "libcamera/internal/vector.h" #include "algorithm.h" -- cgit v1.2.1