1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 11:33:03 +01:00

Include string not cstring

This commit is contained in:
Ted John
2018-03-30 16:53:55 +01:00
parent 7443c66025
commit 375deb0c9f

View File

@@ -16,7 +16,7 @@
#pragma once
#include <cstring>
#include <string>
#include "Object.h"
class SceneryObject : public Object