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

Fix missing include

This commit is contained in:
Gymnasiast
2018-03-13 21:07:15 +01:00
parent 8e37ee26c9
commit 14b22c9801

View File

@@ -18,6 +18,7 @@
#include "../Cheats.h"
#include "../config/Config.h"
#include "../Context.h"
#include "../core/Guard.hpp"
#include "../core/Math.hpp"
#include "../core/Util.hpp"
#include "../Game.h"