diff options
-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" |