diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-04-27 09:30:34 +0200 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-04-27 09:30:34 +0200 |
commit | 726136beda7e6ff08a339b7996217e1de6e8c2be (patch) | |
tree | a126458af93410a89f99c94e960cdc43c5f2fd70 | |
parent | 59eb09d06318c8378193dfd40fc37bc308ee9044 (diff) | |
download | infinitytier-726136beda7e6ff08a339b7996217e1de6e8c2be.tar.gz infinitytier-726136beda7e6ff08a339b7996217e1de6e8c2be.zip |
Ifdef fix.
-rw-r--r-- | node/Dictionary.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. */ +#include "Dictionary.hpp" + #ifdef ZT_SUPPORT_OLD_STYLE_NETCONF -#include "Dictionary.hpp" #include "C25519.hpp" #include "Identity.hpp" #include "Utils.hpp" |