mirror of
https://github.com/td512/re3.git
synced 2026-03-02 05:46:05 +00:00
remove include <new> from common.h
This commit is contained in:
@@ -12,6 +12,8 @@ CDummyObject::CDummyObject(CObject *obj)
|
||||
m_level = obj->m_level;
|
||||
}
|
||||
|
||||
#include <new>
|
||||
|
||||
class CDummyObject_ : public CDummyObject
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user