1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

fix include file use

This commit is contained in:
Jeff Becker 2020-01-03 07:05:28 -05:00
parent 55e27d36e5
commit 1244ad83ad
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05
2 changed files with 2 additions and 2 deletions

View file

@ -9,8 +9,6 @@
#include <memory>
#include <util/decaying_hashset.hpp>
struct llarp_buffer_t;
namespace llarp

View file

@ -25,6 +25,8 @@
#include <unordered_map>
#include <vector>
#include <util/decaying_hashset.hpp>
namespace llarp
{
class Logic;