Add missing includes

This commit is contained in:
Vinnie Falco
2014-10-23 18:12:02 -07:00
parent 1e9503deaa
commit 1e37a5509c
2 changed files with 3 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
#define RIPPLE_NODESTORE_FACTORY_H_INCLUDED
#include <ripple/nodestore/Backend.h>
#include <ripple/nodestore/Scheduler.h>
namespace ripple {
namespace NodeStore {

View File

@@ -20,6 +20,8 @@
#ifndef RIPPLE_NODESTORE_MANAGER_H_INCLUDED
#define RIPPLE_NODESTORE_MANAGER_H_INCLUDED
#include <ripple/nodestore/Factory.h>
namespace ripple {
namespace NodeStore {