Skip to content

Commit

Permalink
Fix NuDB build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ximinez committed Jul 10, 2024
1 parent e8602b8 commit 37a959f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/xrpld/nodestore/detail/varint.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
#ifndef BEAST_NUDB_VARINT_H_INCLUDED
#define BEAST_NUDB_VARINT_H_INCLUDED

/*
* Without this header, nudb/detail/stream.hpp fails to build on Windows. Until
* this is fixed, include it here.
*/
#include <stdexcept>

#include <cstdint>
#include <nudb/detail/stream.hpp>
#include <type_traits>
Expand Down

0 comments on commit 37a959f

Please sign in to comment.