1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00

Add limits include to Object.h (#15415)

PPA builds seem to complain about this
This commit is contained in:
Michał Janiszewski
2021-09-15 08:25:55 +02:00
committed by GitHub
parent 28681eebc0
commit 1a35cdafb3

View File

@@ -15,6 +15,7 @@
#include "ImageTable.h"
#include "StringTable.h"
#include <limits>
#include <memory>
#include <optional>
#include <string_view>