mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 01:09:21 +00:00
color.h: missing includes
This commit is contained in:
@@ -38,6 +38,13 @@
|
||||
#ifndef COLOR_H_CD26B745_C30E_4DA3_8280_C9492B6BFF25
|
||||
#define COLOR_H_CD26B745_C30E_4DA3_8280_C9492B6BFF25
|
||||
|
||||
#ifdef __cplusplus
|
||||
#include <cstdint>
|
||||
#else
|
||||
#include <assert.h>
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
#include "utils/macros.h" // CLAMP
|
||||
|
||||
/* @brief Color space coedfficients - RGB full range to YCbCr bt. 709 limited range
|
||||
|
||||
Reference in New Issue
Block a user