build break fix

Former-commit-id: 42e1ded55fa33f8a45dc0041fd4c6376eab5f0b9
This commit is contained in:
John Sully 2019-05-09 19:16:31 -04:00
parent b57a72fa2c
commit 3f9b9fd718

View File

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