Merge pull request #505 from despair86/master

properly include system header
pull/507/head
Jeff 5 years ago committed by GitHub
commit 7b1730c470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save