1
0

[Unit Test] Server version mismatch

[Unit Test] Empty required server version
API and curl changes
This commit is contained in:
Scott E. Graves
2017-02-02 23:51:42 -06:00
parent cc8c8e9c34
commit 352363b25d
9 changed files with 132 additions and 40 deletions

View File

@@ -29,6 +29,12 @@ SOFTWARE.
#ifndef NLOHMANN_JSON_HPP
#define NLOHMANN_JSON_HPP
#ifdef _WIN32
#ifdef max
#undef max
#endif
#endif
#include <algorithm> // all_of, for_each, transform
#include <array> // array
#include <cassert> // assert