build break fix

Former-commit-id: 42e1ded55fa33f8a45dc0041fd4c6376eab5f0b9
This commit is contained in:
John Sully 2019-05-09 19:16:31 -04:00
parent 4aa0008f7f
commit 6e00cc15dd

View File

@ -1,4 +1,5 @@
#pragma once
#include <cstddef> // std::size_t
[[deprecated]]
inline void *operator new(size_t size)