Skip to content

Commit

Permalink
Add limits include to Object.h (#15415)
Browse files Browse the repository at this point in the history
PPA builds seem to complain about this
  • Loading branch information
janisozaur committed Sep 15, 2021
1 parent 28681ee commit 1a35cda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/openrct2/object/Object.h
Expand Up @@ -15,6 +15,7 @@
#include "ImageTable.h"
#include "StringTable.h"

#include <limits>
#include <memory>
#include <optional>
#include <string_view>
Expand Down

0 comments on commit 1a35cda

Please sign in to comment.