Add missing include

This commit is contained in:
Alexander Batalov 2022-05-28 12:49:55 +03:00
parent bf9b865efd
commit 451e73293b

View File

@ -1,6 +1,8 @@
#ifndef PLATFORM_COMPAT_H
#define PLATFORM_COMPAT_H
#include <stddef.h>
// TODO: This is compatibility cross-platform layer. Designed to have minimal
// impact on the codebase. Remove once it's no longer needed.