Add missing includes.

pull/14062/head
Dustin Crossman 2021-01-05 12:54:56 -08:00
parent f3caf6a805
commit b0b07477fd
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@
#if !defined(CY_UTILS_H)
#define CY_UTILS_H
#include <stdbool.h>
#include <stdint.h>
#if defined(__cplusplus)
extern "C" {
#endif