From f81a36ae3bc5eed3a74c91d6882801d916a4cb21 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sun, 22 Jan 2017 20:12:15 +0100 Subject: [PATCH] [General] Use visual leak detector if wanted --- src/STDInclude.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/STDInclude.hpp b/src/STDInclude.hpp index d4cc8035..be7a6293 100644 --- a/src/STDInclude.hpp +++ b/src/STDInclude.hpp @@ -8,6 +8,9 @@ #define VC_EXTRALEAN #define WIN32_LEAN_AND_MEAN +// Requires Visual Leak Detector plugin: http://vld.codeplex.com/ +//#include + #include #include #include