From e1735645006bfe57d1955b954bedb5cb18eeef82 Mon Sep 17 00:00:00 2001 From: Aaron van Geffen Date: Wed, 27 Mar 2024 20:39:37 +0100 Subject: [PATCH] Add missing pragma once to TileElementsView.h --- src/openrct2/world/TileElementsView.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/openrct2/world/TileElementsView.h b/src/openrct2/world/TileElementsView.h index c4912b8564..a8bef7a87a 100644 --- a/src/openrct2/world/TileElementsView.h +++ b/src/openrct2/world/TileElementsView.h @@ -7,6 +7,8 @@ * OpenRCT2 is licensed under the GNU General Public License version 3. *****************************************************************************/ +#pragma once + #include "Location.hpp" #include "Map.h" #include "TileElement.h"