mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-15 12:13:24 +00:00
make it compile
This commit is contained in:
parent
4f81b913ef
commit
1543284f6b
@ -3,7 +3,6 @@
|
||||
|
||||
#include <array>
|
||||
#include <util/bencode.hpp>
|
||||
<<<<<<< HEAD
|
||||
#include <constants/version.hpp>
|
||||
#include <constants/proto.hpp>
|
||||
|
||||
@ -65,7 +64,8 @@ namespace llarp
|
||||
uint64_t m_ProtoVersion = LLARP_PROTO_VERSION;
|
||||
};
|
||||
|
||||
inline std::ostream& operator<<(std::ostream& out, const RouterVersion& rv)
|
||||
inline std::ostream&
|
||||
operator<<(std::ostream& out, const RouterVersion& rv)
|
||||
{
|
||||
return out << rv.ToString();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user