mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 14:24:33 +01:00
Include cstddef
This fixes compilation on FreeBSD and LLVM 6.0.
This commit is contained in:
committed by
Michael Steenbeek
parent
1464909fc7
commit
7fbbce5712
@@ -17,6 +17,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "../common.h"
|
||||
#include <cstddef>
|
||||
|
||||
template<typename T>
|
||||
struct Nullable
|
||||
|
||||
Reference in New Issue
Block a user