From 5d6a5763e8c3c21042998dda894281cad6ab7e4e Mon Sep 17 00:00:00 2001 From: Unsung Lee Date: Wed, 29 Jun 2022 13:32:47 +0900 Subject: [PATCH] Reference a cpu-boosting-private.h header file Change-Id: If57326e36153a150b317c39eaa9c9e067a03e485 Signed-off-by: Unsung Lee --- src/common/cpu-common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/cpu-common.h b/src/common/cpu-common.h index e797823..ef3bbbe 100644 --- a/src/common/cpu-common.h +++ b/src/common/cpu-common.h @@ -4,6 +4,7 @@ #include #include +#include #ifdef __cplusplus extern "C" { -- 2.7.4