From 79f9cc534d4806cb5b3ff989dad863041ff49ed2 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Tue, 30 Dec 2014 09:30:53 -0800 Subject: [PATCH] Don't leak track StringPairArray --- beast/module/core/diagnostic/UnitTestUtilities.h | 2 ++ beast/module/core/text/StringPairArray.h | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/beast/module/core/diagnostic/UnitTestUtilities.h b/beast/module/core/diagnostic/UnitTestUtilities.h index 721dbc4ee..d354f2dfd 100644 --- a/beast/module/core/diagnostic/UnitTestUtilities.h +++ b/beast/module/core/diagnostic/UnitTestUtilities.h @@ -20,6 +20,8 @@ #ifndef BEAST_UNITTESTUTILITIES_H_INCLUDED #define BEAST_UNITTESTUTILITIES_H_INCLUDED +#include + namespace beast { namespace UnitTestUtilities { diff --git a/beast/module/core/text/StringPairArray.h b/beast/module/core/text/StringPairArray.h index 57c0cc6aa..40e850a6f 100644 --- a/beast/module/core/text/StringPairArray.h +++ b/beast/module/core/text/StringPairArray.h @@ -25,7 +25,6 @@ #define BEAST_STRINGPAIRARRAY_H_INCLUDED #include -#include namespace beast { @@ -35,7 +34,7 @@ namespace beast { @see StringArray */ -class StringPairArray : LeakChecked +class StringPairArray { public: //==============================================================================