1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Add missing vector include.

This commit is contained in:
ZehMatt
2018-04-24 11:21:15 +02:00
committed by Aaron van Geffen
parent 6b649e6b29
commit 8c2ac904b4

View File

@@ -20,6 +20,7 @@
#include <deque>
#include <functional>
#include <atomic>
#include <vector>
class JobPool
{