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;