Include string not cstring

This commit is contained in:
Ted John 2018-03-30 16:53:55 +01:00
parent 7443c66025
commit 375deb0c9f
1 changed files with 1 additions and 1 deletions

View File

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