1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 15:24:30 +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

@@ -7,11 +7,12 @@
* OpenRCT2 is licensed under the GNU General Public License version 3.
*****************************************************************************/
#include "StdInOutConsole.h"
#include "../Context.h"
#include "../OpenRCT2.h"
#include "../platform/Platform.h"
#include "../scripting/ScriptEngine.h"
#include "InteractiveConsole.h"
#include <linenoise.hpp>