From d9aec19c87f48be5c29987e783458b2bfd2b7dbe Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Thu, 29 Jan 2015 06:58:25 -0800 Subject: [PATCH] Add missing include --- beast/module/core/containers/ElementComparator.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/beast/module/core/containers/ElementComparator.h b/beast/module/core/containers/ElementComparator.h index c683f2db4..61f5d25f9 100644 --- a/beast/module/core/containers/ElementComparator.h +++ b/beast/module/core/containers/ElementComparator.h @@ -24,8 +24,9 @@ #ifndef BEAST_MODULE_CORE_CONTAINERS_ELEMENTCOMPARATOR_H_INCLUDED #define BEAST_MODULE_CORE_CONTAINERS_ELEMENTCOMPARATOR_H_INCLUDED -namespace beast -{ +#include + +namespace beast { #ifndef DOXYGEN