From 7a21f5694de622809f0d6414fe2ea037521797b2 Mon Sep 17 00:00:00 2001 From: matheusvb3 <98937378+matheusvb3@users.noreply.github.com> Date: Mon, 10 Feb 2025 17:20:06 -0300 Subject: [PATCH] Include stdexcept in LocalisationService.cpp (#23798) --- src/openrct2/localisation/LocalisationService.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/openrct2/localisation/LocalisationService.cpp b/src/openrct2/localisation/LocalisationService.cpp index 14208979fb..6f0871f740 100644 --- a/src/openrct2/localisation/LocalisationService.cpp +++ b/src/openrct2/localisation/LocalisationService.cpp @@ -16,6 +16,8 @@ #include "Language.h" #include "LanguagePack.h" +#include + using namespace OpenRCT2; using namespace OpenRCT2::Localisation;