mirror of
https://github.com/alexbatalov/fallout2-ce.git
synced 2024-11-01 23:26:57 +00:00
Add missing include
This commit is contained in:
parent
bf9b865efd
commit
451e73293b
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user