From 26a66ce01374102ca5848876fed1f97afc937bac Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 15 Jan 2019 23:45:13 +0000 Subject: [PATCH] Add missing header for libabyss tests --- test/test_libabyss.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/test_libabyss.cpp b/test/test_libabyss.cpp index 23c2a9351..5090ffa16 100644 --- a/test/test_libabyss.cpp +++ b/test/test_libabyss.cpp @@ -1,9 +1,12 @@ -#include #include + +#include #include #include #include +#include + struct AbyssTestBase : public ::testing::Test { llarp::Crypto crypto;