소스 검색

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"