mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-17 15:25:35 +00:00
Merge pull request #228 from michael-loki/libabyss_test
Add missing header for libabyss tests
This commit is contained in:
commit
2b8dc640ed
@ -1,9 +1,12 @@
|
||||
#include <gtest/gtest.h>
|
||||
#include <libabyss.hpp>
|
||||
|
||||
#include <crypto/crypto.hpp>
|
||||
#include <ev/ev.h>
|
||||
#include <net/net.hpp>
|
||||
#include <util/threading.hpp>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
struct AbyssTestBase : public ::testing::Test
|
||||
{
|
||||
llarp::Crypto crypto;
|
||||
|
Loading…
Reference in New Issue
Block a user