1
0
mirror of https://github.com/td512/re3.git synced 2026-02-09 05:30:58 +00:00

remove include <new> from common.h

This commit is contained in:
aap
2020-03-28 09:37:04 +01:00
parent 6a14457614
commit 739e80614d
23 changed files with 70 additions and 22 deletions

View File

@@ -21,6 +21,8 @@ CBuilding::ReplaceWithNewModel(int32 id)
CStreaming::RequestModel(id, STREAMFLAGS_DONT_REMOVE);
}
#include <new>
class CBuilding_ : public CBuilding
{
public: