C4Random: Fix build with MSVC memory tracing

directional-lights
Nicolas Hake 2016-05-11 16:39:57 +02:00
parent 5872b5e8ae
commit 13e02bb418
1 changed files with 4 additions and 0 deletions

View File

@ -22,7 +22,11 @@
#include "control/C4Record.h"
#include <random>
#pragma push_macro("new")
#undef new
#include <pcg/pcg_random.hpp>
#pragma pop_macro("new")
int RandomCount = 0;