mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add missing includes.
This commit is contained in:
committed by
Tom Ritchford
parent
ab14123aed
commit
be44f75d2d
@@ -21,6 +21,7 @@
|
||||
#define BEAST_NUDB_DETAIL_FORMAT_H_INCLUDED
|
||||
|
||||
#include <beast/nudb/common.h>
|
||||
#include <beast/nudb/detail/buffer.h>
|
||||
#include <beast/nudb/detail/field.h>
|
||||
#include <beast/nudb/detail/stream.h>
|
||||
#include <beast/config/CompilerConfig.h> // for BEAST_CONSTEXPR
|
||||
|
||||
@@ -20,8 +20,10 @@
|
||||
#ifndef RIPPLE_NODESTORE_CODEC_H_INCLUDED
|
||||
#define RIPPLE_NODESTORE_CODEC_H_INCLUDED
|
||||
|
||||
#include <ripple/nodestore/NodeObject.h>
|
||||
#include <ripple/protocol/HashPrefix.h>
|
||||
#include <beast/nudb/common.h>
|
||||
#include <beast/nudb/detail/field.h>
|
||||
#include <beast/nudb/detail/varint.h>
|
||||
#include <lz4/lib/lz4.h>
|
||||
#include <snappy.h>
|
||||
|
||||
@@ -23,11 +23,14 @@
|
||||
#include <beast/chrono/basic_seconds_clock.h>
|
||||
#include <beast/chrono/chrono_io.h>
|
||||
#include <beast/http/rfc2616.h>
|
||||
#include <beast/nudb/create.h>
|
||||
#include <beast/nudb/detail/format.h>
|
||||
#include <beast/unit_test/suite.h>
|
||||
#include <beast/utility/ci_char_traits.h>
|
||||
#include <boost/regex.hpp>
|
||||
#include <algorithm>
|
||||
#include <chrono>
|
||||
#include <iomanip>
|
||||
#include <map>
|
||||
#include <sstream>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user