Add missing include
This commit is contained in:
parent
bf9b865efd
commit
451e73293b
|
@ -1,6 +1,8 @@
|
||||||
#ifndef PLATFORM_COMPAT_H
|
#ifndef PLATFORM_COMPAT_H
|
||||||
#define PLATFORM_COMPAT_H
|
#define PLATFORM_COMPAT_H
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
// TODO: This is compatibility cross-platform layer. Designed to have minimal
|
// TODO: This is compatibility cross-platform layer. Designed to have minimal
|
||||||
// impact on the codebase. Remove once it's no longer needed.
|
// impact on the codebase. Remove once it's no longer needed.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue