From 372178fbd6bafadf7f31d8763b71064bdb6442ae Mon Sep 17 00:00:00 2001 From: Themaister Date: Wed, 20 Nov 2013 18:21:00 +0100 Subject: [PATCH] Include stdint in scaler_common. --- gfx/scaler/scaler_common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gfx/scaler/scaler_common.h b/gfx/scaler/scaler_common.h index 48bde8ccab..0c68b64dd4 100644 --- a/gfx/scaler/scaler_common.h +++ b/gfx/scaler/scaler_common.h @@ -17,6 +17,8 @@ #ifndef SCALER_COMMON_H__ #define SCALER_COMMON_H__ +#include + static inline uint8_t clamp_8bit(int val) { if (val > 255)