From 451e73293b23cd3868ab6c91e59d7349570a4ecf Mon Sep 17 00:00:00 2001 From: Alexander Batalov Date: Sat, 28 May 2022 12:49:55 +0300 Subject: [PATCH] Add missing include --- src/platform_compat.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/platform_compat.h b/src/platform_compat.h index 6c268f9..8154913 100644 --- a/src/platform_compat.h +++ b/src/platform_compat.h @@ -1,6 +1,8 @@ #ifndef PLATFORM_COMPAT_H #define PLATFORM_COMPAT_H +#include + // TODO: This is compatibility cross-platform layer. Designed to have minimal // impact on the codebase. Remove once it's no longer needed.