Requries update to C++17 standard
This commit is contained in:
Grant Limberg 2022-05-13 09:34:15 -07:00
parent b329fb68a9
commit b65c1ed3a0
No known key found for this signature in database
GPG key ID: 8F2F97D3BE8D7735
13 changed files with 3372 additions and 10 deletions

View file

@ -43,7 +43,7 @@
#endif
#ifndef OMIT_JSON_SUPPORT
#include "../ext/json/json.hpp"
#include <nlohmann/json.hpp>
#endif
namespace ZeroTier {