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: //==============================================================================