From 07f505971c16f25c05357b49ae550509d77a7e95 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 17 Jan 2014 17:09:59 -0800 Subject: Windows build fixes. --- node/Poly1305.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'node/Poly1305.cpp') diff --git a/node/Poly1305.cpp b/node/Poly1305.cpp index dff9b452..e9ac8ce7 100644 --- a/node/Poly1305.cpp +++ b/node/Poly1305.cpp @@ -4,8 +4,13 @@ D. J. Bernstein Public domain. */ +#include "Constants.hpp" #include "Poly1305.hpp" +#ifdef __WINDOWS__ +#pragma warning(disable: 4146) +#endif + namespace ZeroTier { ////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3