From c00a976ff6413183fbc7bfa8e1e9e17c06151082 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sun, 15 Jun 2014 11:48:38 -0700 Subject: [PATCH] Add missing beast includes --- beast/module/core/memory/MemoryBlock.h | 2 ++ beast/module/core/thread/Workers.h | 1 + 2 files changed, 3 insertions(+) diff --git a/beast/module/core/memory/MemoryBlock.h b/beast/module/core/memory/MemoryBlock.h index 4364e2213a..fe002e9105 100644 --- a/beast/module/core/memory/MemoryBlock.h +++ b/beast/module/core/memory/MemoryBlock.h @@ -24,7 +24,9 @@ #ifndef BEAST_MEMORYBLOCK_H_INCLUDED #define BEAST_MEMORYBLOCK_H_INCLUDED +#include #include +#include namespace beast { diff --git a/beast/module/core/thread/Workers.h b/beast/module/core/thread/Workers.h index 4bcf55e2a8..8ae56fe13f 100644 --- a/beast/module/core/thread/Workers.h +++ b/beast/module/core/thread/Workers.h @@ -21,6 +21,7 @@ #define BEAST_WORKERS_H_INCLUDED #include +#include #include namespace beast {