Fix include for system json-parser.

This commit is contained in:
Adam Ierymenko 2016-06-08 12:57:22 -07:00
parent 6c6b18d003
commit 7e68791bee
4 changed files with 16 additions and 0 deletions

View file

@ -52,7 +52,11 @@
#include "version.h"
#include "include/ZeroTierOne.h"
#ifdef ZT_USE_SYSTEM_JSON_PARSER
#include <json-parser/json.h>
#else
#include "ext/json-parser/json.h"
#endif
#include "node/Identity.hpp"
#include "node/CertificateOfMembership.hpp"