Add missing beast includes

This commit is contained in:
Vinnie Falco
2014-06-15 11:48:38 -07:00
parent f660743065
commit d965b23b2a
2 changed files with 3 additions and 0 deletions

View File

@@ -24,7 +24,9 @@
#ifndef BEAST_MEMORYBLOCK_H_INCLUDED
#define BEAST_MEMORYBLOCK_H_INCLUDED
#include <beast/HeapBlock.h>
#include <beast/utility/LeakChecked.h>
#include <beast/strings/String.h>
namespace beast {

View File

@@ -21,6 +21,7 @@
#define BEAST_WORKERS_H_INCLUDED
#include <beast/module/core/system/SystemStats.h>
#include <beast/threads/Thread.h>
#include <beast/threads/semaphore.h>
namespace beast {