From 8fa88eac39478e1606f52b9505889612aac5b938 Mon Sep 17 00:00:00 2001 From: Ping Li Date: Wed, 14 Apr 2021 14:51:36 -0700 Subject: [PATCH] display: add header for integer types Add required header file for integer types used in display_color_processing.h file. Change-Id: Ib4c7fba25bc82936c6f43908e10075cbbd055155 --- include/display_color_processing.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/display_color_processing.h b/include/display_color_processing.h index 49cb5d7b..59b1c322 100644 --- a/include/display_color_processing.h +++ b/include/display_color_processing.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2015-2020, The Linux Foundation. All rights reserved. +* Copyright (c) 2015-2021, The Linux Foundation. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -30,6 +30,8 @@ #ifndef __DISP_COLOR_PROCESSING_H__ #define __DISP_COLOR_PROCESSING_H__ +#include + #ifdef __cplusplus extern "C" { #endif