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

Reduce transient inclusion of <future> (#21944)

This commit is contained in:
Michał Janiszewski
2024-05-01 12:27:51 +02:00
committed by GitHub
parent 15ee7a244b
commit ad79699b21
5 changed files with 43 additions and 27 deletions

View File

@@ -45,6 +45,7 @@
#include "entity/EntityTweener.h"
#include "interface/Chat.h"
#include "interface/InteractiveConsole.h"
#include "interface/StdInOutConsole.h"
#include "interface/Viewport.h"
#include "localisation/Date.h"
#include "localisation/Formatter.h"