From 726136beda7e6ff08a339b7996217e1de6e8c2be Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 27 Apr 2016 09:30:34 +0200 Subject: Ifdef fix. --- node/Dictionary.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'node') diff --git a/node/Dictionary.cpp b/node/Dictionary.cpp index 1862499a..b334066c 100644 --- a/node/Dictionary.cpp +++ b/node/Dictionary.cpp @@ -16,9 +16,10 @@ * along with this program. If not, see . */ +#include "Dictionary.hpp" + #ifdef ZT_SUPPORT_OLD_STYLE_NETCONF -#include "Dictionary.hpp" #include "C25519.hpp" #include "Identity.hpp" #include "Utils.hpp" -- cgit v1.2.3