From 3a6537ee13375326c9485ff51a4d8351bb41c3ba Mon Sep 17 00:00:00 2001 From: Gavin Uberti Date: Wed, 8 Jun 2022 16:23:10 -0400 Subject: [PATCH] Import stdbool before typedef --- api/Common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/api/Common.h b/api/Common.h index c40a35a8..44fe95e8 100644 --- a/api/Common.h +++ b/api/Common.h @@ -1,5 +1,6 @@ #pragma once #include +#include #ifdef __cplusplus extern "C"{