From 5d67abb53939dea5fbb97112136b48693e187a4a Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 19 Apr 2005 19:58:50 +0000 Subject: [PATCH] fixed mingw compile errors git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3975 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Math/Source/plugin.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contrib/Math/Source/plugin.c b/Contrib/Math/Source/plugin.c index 9a5998e9..859a00ab 100644 --- a/Contrib/Math/Source/plugin.c +++ b/Contrib/Math/Source/plugin.c @@ -1,5 +1,4 @@ #include -#include #include "MyMath.h" #include "Math.h" @@ -9,6 +8,8 @@ char *g_variables; #ifdef _DEBUG_LEAKS +#include + int blocksnum = 0; HGLOBAL blocks[100000];