From 87f3bf1d754b073a6092dfaad6d7024924eab070 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Mon, 3 Apr 2023 08:49:29 +0200 Subject: [PATCH] color.h: missing includes --- src/color.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/color.h b/src/color.h index 6ecb0cf00..12e5e1cae 100644 --- a/src/color.h +++ b/src/color.h @@ -38,6 +38,13 @@ #ifndef COLOR_H_CD26B745_C30E_4DA3_8280_C9492B6BFF25 #define COLOR_H_CD26B745_C30E_4DA3_8280_C9492B6BFF25 +#ifdef __cplusplus +#include +#else +#include +#include +#endif + #include "utils/macros.h" // CLAMP /* @brief Color space coedfficients - RGB full range to YCbCr bt. 709 limited range