Add missing includes

This commit is contained in:
MarkusTeufelberger
2018-01-19 09:52:58 +01:00
committed by Brad Chase
parent 079f346efd
commit 531e153144
4 changed files with 6 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
*/
//==============================================================================
#include <ripple/beast/core/SemanticVersion.h>
#include <ripple/beast/core/LexicalCast.h>
#include <algorithm>

View File

@@ -21,6 +21,8 @@
*/
//==============================================================================
#include <ripple/beast/core/SystemStats.h>
#include <cstdlib>
#include <iterator>
#include <memory>

View File

@@ -21,6 +21,8 @@
#ifndef BEAST_HASH_SIPHASH_H_INCLUDED
#define BEAST_HASH_SIPHASH_H_INCLUDED
#include <ripple/beast/hash/endian.h>
#include <cstddef>
#include <cstdint>

View File

@@ -20,6 +20,7 @@
#ifndef RIPPLE_RESOURCE_IMPORT_H_INCLUDED
#define RIPPLE_RESOURCE_IMPORT_H_INCLUDED
#include <ripple/resource/impl/Entry.h>
#include <ripple/resource/Consumer.h>
namespace ripple {