Add missing beast includes

This commit is contained in:
Vinnie Falco
2014-06-15 11:48:38 -07:00
parent 97a1af43ed
commit c00a976ff6
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 {