From 531e15314426f331efc8f8e969598827b498c8d1 Mon Sep 17 00:00:00 2001 From: MarkusTeufelberger Date: Fri, 19 Jan 2018 09:52:58 +0100 Subject: [PATCH] Add missing includes --- src/ripple/beast/core/SemanticVersion.cpp | 1 + src/ripple/beast/core/SystemStats.cpp | 2 ++ src/ripple/beast/hash/siphash.h | 2 ++ src/ripple/resource/impl/Import.h | 1 + 4 files changed, 6 insertions(+) diff --git a/src/ripple/beast/core/SemanticVersion.cpp b/src/ripple/beast/core/SemanticVersion.cpp index 898f02010..4a0c9ea0d 100644 --- a/src/ripple/beast/core/SemanticVersion.cpp +++ b/src/ripple/beast/core/SemanticVersion.cpp @@ -17,6 +17,7 @@ */ //============================================================================== +#include #include #include diff --git a/src/ripple/beast/core/SystemStats.cpp b/src/ripple/beast/core/SystemStats.cpp index 74caa79f7..69bc15d32 100644 --- a/src/ripple/beast/core/SystemStats.cpp +++ b/src/ripple/beast/core/SystemStats.cpp @@ -21,6 +21,8 @@ */ //============================================================================== +#include + #include #include #include diff --git a/src/ripple/beast/hash/siphash.h b/src/ripple/beast/hash/siphash.h index e4a4b363f..a87803d2d 100644 --- a/src/ripple/beast/hash/siphash.h +++ b/src/ripple/beast/hash/siphash.h @@ -21,6 +21,8 @@ #ifndef BEAST_HASH_SIPHASH_H_INCLUDED #define BEAST_HASH_SIPHASH_H_INCLUDED +#include + #include #include diff --git a/src/ripple/resource/impl/Import.h b/src/ripple/resource/impl/Import.h index 6b6d22fa6..c25aa906f 100644 --- a/src/ripple/resource/impl/Import.h +++ b/src/ripple/resource/impl/Import.h @@ -20,6 +20,7 @@ #ifndef RIPPLE_RESOURCE_IMPORT_H_INCLUDED #define RIPPLE_RESOURCE_IMPORT_H_INCLUDED +#include #include namespace ripple {