make it compile

pull/1075/head
Jeff Becker 4 years ago
parent 4f81b913ef
commit 1543284f6b
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -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…
Cancel
Save