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

Add missing include in Windows. cpp

This commit is contained in:
Michał Janiszewski
2021-02-23 00:55:05 +01:00
committed by Michał Janiszewski
parent 003e5a0136
commit 24f0407740

View File

@@ -34,6 +34,7 @@
# include "platform.h"
# include <algorithm>
# include <array>
# include <iterator>
# include <lmcons.h>
# include <memory>