1
0
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:
pkubaj
2018-06-12 12:39:00 +00:00
committed by Michael Steenbeek
parent 1464909fc7
commit 7fbbce5712

View File

@@ -17,6 +17,7 @@
#pragma once
#include "../common.h"
#include <cstddef>
template<typename T>
struct Nullable