From 5d7ad90e0d7bd23e384a5ffb6cbdcf0e916cb7c2 Mon Sep 17 00:00:00 2001 From: Vladyslav Hrytsenko Date: Thu, 29 Sep 2022 16:10:59 +0300 Subject: [PATCH] code: fix build on mac --- code/foundation/src/utils/raylib_helpers.h | 1 + 1 file changed, 1 insertion(+) diff --git a/code/foundation/src/utils/raylib_helpers.h b/code/foundation/src/utils/raylib_helpers.h index ee6e49c..e96100e 100644 --- a/code/foundation/src/utils/raylib_helpers.h +++ b/code/foundation/src/utils/raylib_helpers.h @@ -1,4 +1,5 @@ #pragma once +#include #include "platform/system.h" #include "raylib.h" #include "world/blocks.h"