Add missing includes.

This commit is contained in:
Howard Hinnant
2015-01-27 14:31:01 -05:00
committed by Nik Bougalis
parent fc79754750
commit 1e0efaffe8
6 changed files with 7 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
#include <ripple/peerfinder/impl/SlotImp.h>
#include <ripple/peerfinder/impl/Source.h>
#include <ripple/peerfinder/impl/Store.h>
#include <beast/asio/IPAddressConversion.h>
#include <beast/container/aged_container_utility.h>
#include <beast/smart_ptr/SharedPtr.h>
#include <functional>