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