From ced18c05b94ad98f66373560370aeaea133673a5 Mon Sep 17 00:00:00 2001 From: Lee Thomason Date: Thu, 1 Jun 2017 18:50:12 -0700 Subject: [PATCH] missing var?? --- xmltest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/xmltest.cpp b/xmltest.cpp index f1dc97d..ee8592a 100644 --- a/xmltest.cpp +++ b/xmltest.cpp @@ -14,6 +14,7 @@ #define WIN32_LEAN_AND_MEAN #include _CrtMemState startMemState; + _CrtMemState endMemState; #endif using namespace tinyxml2;