From c7851983e40bd6ac1e85f0c0a799eb6afef573f8 Mon Sep 17 00:00:00 2001 From: Alib234 <31822835+Alib234@users.noreply.github.com> Date: Sun, 28 Nov 2021 15:08:45 +0100 Subject: [PATCH] Added missing #include for limits --- src/openrct2/drawing/Font.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/openrct2/drawing/Font.cpp b/src/openrct2/drawing/Font.cpp index 3186c9ad25..d991144410 100644 --- a/src/openrct2/drawing/Font.cpp +++ b/src/openrct2/drawing/Font.cpp @@ -17,6 +17,7 @@ #include "TTF.h" #include +#include #include static constexpr const int32_t SpriteFontLineHeight[FONT_SIZE_COUNT] = {