From 77965af288e920681a7f25ab01326e38327a15a7 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 13 Sep 2013 15:47:00 -0400 Subject: Add new crypto: SHA512 and C25519 -- not integrated yet. --- node/PacketDecoder.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'node/PacketDecoder.cpp') diff --git a/node/PacketDecoder.cpp b/node/PacketDecoder.cpp index 3b54bed7..533fb161 100644 --- a/node/PacketDecoder.cpp +++ b/node/PacketDecoder.cpp @@ -25,6 +25,8 @@ * LLC. Start here: http://www.zerotier.com/ */ +#include "../version.h" + #include "Constants.hpp" #include "RuntimeEnvironment.hpp" #include "Topology.hpp" -- cgit v1.2.3