From 7762cd680ba242ba0e4d9a51c3ee1b2ed58f67e4 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 12 Aug 2016 11:30:50 -0700 Subject: [PATCH] fix json include path in cli --- cli/zerotier.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/zerotier.cpp b/cli/zerotier.cpp index 2b746ec2a..e75268d19 100644 --- a/cli/zerotier.cpp +++ b/cli/zerotier.cpp @@ -28,7 +28,7 @@ #include "../node/Identity.hpp" #include "../version.h" #include "../osdep/OSUtils.hpp" -#include "../ext/json/json.hpp" +#include "../ext/offbase/json/json.hpp" #ifdef __WINDOWS__ #include