From b0b07477fd72ad668f35413efcc38da7c39732db Mon Sep 17 00:00:00 2001 From: Dustin Crossman Date: Tue, 5 Jan 2021 12:54:56 -0800 Subject: [PATCH] Add missing includes. --- .../TARGET_PSOC6/psoc6csp/core_lib/include/cy_utils.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/psoc6csp/core_lib/include/cy_utils.h b/targets/TARGET_Cypress/TARGET_PSOC6/psoc6csp/core_lib/include/cy_utils.h index 0e5f62c779..954571b8c5 100644 --- a/targets/TARGET_Cypress/TARGET_PSOC6/psoc6csp/core_lib/include/cy_utils.h +++ b/targets/TARGET_Cypress/TARGET_PSOC6/psoc6csp/core_lib/include/cy_utils.h @@ -32,6 +32,9 @@ #if !defined(CY_UTILS_H) #define CY_UTILS_H +#include +#include + #if defined(__cplusplus) extern "C" { #endif