Skip to content

Commit

Permalink
Add missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusTeufelberger authored and scottschurr committed Feb 5, 2018
1 parent 3e9e0c4 commit e694317
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ripple/beast/core/SemanticVersion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
*/
//==============================================================================

#include <ripple/beast/core/SemanticVersion.h>
#include <ripple/beast/core/LexicalCast.h>

#include <algorithm>
Expand Down
2 changes: 2 additions & 0 deletions src/ripple/beast/core/SystemStats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
*/
//==============================================================================

#include <ripple/beast/core/SystemStats.h>

#include <cstdlib>
#include <iterator>
#include <memory>
Expand Down
2 changes: 2 additions & 0 deletions src/ripple/beast/hash/siphash.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
1 change: 1 addition & 0 deletions src/ripple/resource/impl/Import.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e694317

Please sign in to comment.