1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Include stdexcept in LocalisationService.cpp (#23798)

This commit is contained in:
matheusvb3
2025-02-10 17:20:06 -03:00
committed by GitHub
parent a8aa41f098
commit 7a21f5694d

View File

@@ -16,6 +16,8 @@
#include "Language.h"
#include "LanguagePack.h"
#include <stdexcept>
using namespace OpenRCT2;
using namespace OpenRCT2::Localisation;