From 8072518ca9397e55c0356d712080c35b4947932d Mon Sep 17 00:00:00 2001 From: Milan Zamazal Date: Fri, 24 Jan 2025 22:58:02 +0100 Subject: apps: ppm_writer: Add a missing include should be included in the ppm writer, as the source of the error code constants used there. Signed-off-by: Milan Zamazal Reviewed-by: Laurent Pinchart Signed-off-by: Laurent Pinchart --- src/apps/common/ppm_writer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/common/ppm_writer.cpp b/src/apps/common/ppm_writer.cpp index d6c8641d..2e9378aa 100644 --- a/src/apps/common/ppm_writer.cpp +++ b/src/apps/common/ppm_writer.cpp @@ -7,6 +7,7 @@ #include "ppm_writer.h" +#include #include #include -- cgit v1.2.1