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

Fix include line

This commit is contained in:
Ted John
2022-03-24 23:50:39 +00:00
parent 273fe52e74
commit 886a2ff218

View File

@@ -9,10 +9,11 @@
#pragma once
#include "ImageId.hpp"
#include <cstddef>
#include <cstdint>
#include <list>
#include <openrct2/drawing/ImageId.hpp>
struct rct_g1_element;