1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 03:53:07 +01:00

Add a missing include.

That was preventing from building on OSX and Win
This commit is contained in:
Daniel Trujillo
2016-06-24 23:44:03 +02:00
parent d69ab15557
commit 8ef1e1669d

View File

@@ -16,6 +16,7 @@
#include "../localisation/localisation.h"
#include "../interface/widget.h"
#include "../interface/window.h"
#include "../config.h"
#include "dropdown.h"