Fixed windows compilation

This commit is contained in:
Deve 2018-03-27 22:50:21 +02:00 committed by Benau
parent 0773e03246
commit 7e553356ea

View File

@ -7,6 +7,10 @@
#endif
#include <new>
#ifdef GetObject
#undef GetObject
#endif
namespace gw {
template <typename T> class Proxy {