include what i use

This commit is contained in:
Rick V 2019-04-11 10:36:12 -05:00
parent bf0ba0983b
commit b1fa597fa0
No known key found for this signature in database
GPG Key ID: C0EDC8723FDC3465
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,11 @@
#include <test_util.hpp>
#include <gtest/gtest.h>
// This used to be implied via the headers above *shrug*
#ifdef _WIN32
#include <windows.h>
#endif
struct ToStringData
{
llarp::PubKey::Data input;