From ef57b3954c307d1e499ba1dfe182ddd05838de33 Mon Sep 17 00:00:00 2001 From: David Schwartz Date: Fri, 7 Nov 2014 15:18:01 -0800 Subject: [PATCH] Add missing include needed for std::bad_cast in LexicalCast.h --- beast/module/core/text/LexicalCast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beast/module/core/text/LexicalCast.h b/beast/module/core/text/LexicalCast.h index 59b481eb9..52b122001 100644 --- a/beast/module/core/text/LexicalCast.h +++ b/beast/module/core/text/LexicalCast.h @@ -28,7 +28,7 @@ #include #include #include - +#include #include namespace beast {