Add missing include in beast header

This commit is contained in:
Vinnie Falco
2014-10-08 19:10:12 -07:00
parent 8bdf7b3983
commit 68bcbbb701

View File

@@ -27,6 +27,7 @@
#include <beast/module/core/containers/ArrayAllocationBase.h>
#include <beast/module/core/containers/ElementComparator.h>
#include <beast/module/core/threads/CriticalSection.h>
#include <beast/Arithmetic.h>
namespace beast {