summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-04-27 09:30:34 +0200
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-04-27 09:30:34 +0200
commit726136beda7e6ff08a339b7996217e1de6e8c2be (patch)
treea126458af93410a89f99c94e960cdc43c5f2fd70
parent59eb09d06318c8378193dfd40fc37bc308ee9044 (diff)
downloadinfinitytier-726136beda7e6ff08a339b7996217e1de6e8c2be.tar.gz
infinitytier-726136beda7e6ff08a339b7996217e1de6e8c2be.zip
Ifdef fix.
-rw-r--r--node/Dictionary.cpp3
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"