C4Particles: Fix build with MSVC memory tracing

directional-lights
Nicolas Hake 2016-05-12 18:41:39 +02:00
parent 771bd802f0
commit be2fdaaae3
1 changed files with 3 additions and 0 deletions

View File

@ -18,7 +18,10 @@
#include "platform/StdScheduler.h"
#pragma push_macro("new")
#undef new
#include <pcg/pcg_random.hpp>
#pragma pop_macro("new")
#ifndef INC_C4Particles
#define INC_C4Particles