From 68bcbbb701779cf91d8ceac36f35ac51df9fa38d Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Wed, 8 Oct 2014 19:10:12 -0700 Subject: [PATCH] Add missing include in beast header --- src/beast/beast/module/core/containers/Array.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/beast/beast/module/core/containers/Array.h b/src/beast/beast/module/core/containers/Array.h index 431c457d8..edcef0320 100644 --- a/src/beast/beast/module/core/containers/Array.h +++ b/src/beast/beast/module/core/containers/Array.h @@ -27,6 +27,7 @@ #include #include #include +#include namespace beast {