From 42bec13a8394fb8a8b8aca0066c7b96db9a36458 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 --- src/beast/beast/module/core/text/LexicalCast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/beast/beast/module/core/text/LexicalCast.h b/src/beast/beast/module/core/text/LexicalCast.h index 59b481eb9..52b122001 100644 --- a/src/beast/beast/module/core/text/LexicalCast.h +++ b/src/beast/beast/module/core/text/LexicalCast.h @@ -28,7 +28,7 @@ #include #include #include - +#include #include namespace beast {