1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Move cstring out of common.h

This commit is contained in:
Michał Janiszewski
2018-03-14 12:44:16 +01:00
committed by Michał Janiszewski
parent f3bdc431e1
commit 28391eaf5d
21 changed files with 30 additions and 3 deletions

View File

@@ -16,6 +16,7 @@
#include <algorithm>
#include <cstdarg>
#include <cstring>
#include <string>
#include <vector>