From b1fa597fa00e9b3da8be3b1c75cc82f205aed4ae Mon Sep 17 00:00:00 2001 From: Rick V Date: Thu, 11 Apr 2019 10:36:12 -0500 Subject: [PATCH] include what i use --- test/crypto/test_llarp_crypto_types.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/crypto/test_llarp_crypto_types.cpp b/test/crypto/test_llarp_crypto_types.cpp index 3c9f067fa..add7c8370 100644 --- a/test/crypto/test_llarp_crypto_types.cpp +++ b/test/crypto/test_llarp_crypto_types.cpp @@ -6,6 +6,11 @@ #include #include +// This used to be implied via the headers above *shrug* +#ifdef _WIN32 +#include +#endif + struct ToStringData { llarp::PubKey::Data input;