瀏覽代碼

Ifdef fix.

Adam Ierymenko 9 年之前
父節點
當前提交
726136beda
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      node/Dictionary.cpp

+ 2 - 1
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"