1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-25 07:44:38 +01:00

Add missing includes

This commit is contained in:
Hielke Morsink
2022-07-29 18:45:10 +02:00
committed by GitHub
parent 2b859c7099
commit e2da19f0f7
36 changed files with 50 additions and 2 deletions

View File

@@ -8,6 +8,7 @@
*****************************************************************************/
#include <algorithm>
#include <memory>
#include <openrct2-ui/interface/Widget.h>
#include <openrct2-ui/windows/Window.h>
#include <openrct2/Context.h>