This commit is contained in:
Adam Ierymenko 2016-04-26 08:53:49 -07:00
parent e731fc1a3a
commit 25a5275921
4 changed files with 75 additions and 3 deletions

View file

@ -19,6 +19,10 @@
#ifndef ZT_DICTIONARY_HPP
#define ZT_DICTIONARY_HPP
#include "Constants.hpp"
#ifdef ZT_SUPPORT_OLD_STYLE_NETCONF
#include <stdint.h>
#include <string>
@ -26,7 +30,6 @@
#include <stdexcept>
#include <algorithm>
#include "Constants.hpp"
#include "Utils.hpp"
// Three fields are added/updated by sign()
@ -272,4 +275,6 @@ private:
} // namespace ZeroTier
#endif // ZT_SUPPORT_OLD_STYLE_NETCONF
#endif