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

Add missing include

This commit is contained in:
Michał Janiszewski
2017-06-12 11:53:26 +02:00
committed by GitHub
parent 4547dfab95
commit 0757582c93

View File

@@ -19,6 +19,7 @@
#include "../interface/widget.h"
#include "../interface/window.h"
#include "../localisation/localisation.h"
#include "../OpenRCT2.h"
#include "../platform/platform.h"
#include "../rct2.h"
#include "error.h"