Merge pull request #228 from michael-loki/libabyss_test

Add missing header for libabyss tests
This commit is contained in:
Jeff 2019-01-16 06:48:28 -05:00 committed by GitHub
commit 2b8dc640ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;