Add missing pragma once to TileElementsView.h

This commit is contained in:
Aaron van Geffen 2024-03-27 20:39:37 +01:00
parent 98c3c8b22c
commit e173564500
1 changed files with 2 additions and 0 deletions

View File

@ -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"