Added json fix

pull/13365/head
Eric 4 years ago
parent 4be0ffb9ba
commit e7ff0bd560

@ -14,12 +14,12 @@
* limitations under the License. * limitations under the License.
*/ */
#include <nlohmann/json.hpp> // we need this before the include to avoid ambiguity in nullptr conversion
#include "minddata/dataset/include/datasets.h" #include "minddata/dataset/include/datasets.h"
#include <algorithm> #include <algorithm>
#include <fstream> #include <fstream>
#include <unordered_set> #include <unordered_set>
#include <utility> #include <utility>
#include <nlohmann/json.hpp>
#include "minddata/dataset/core/tensor.h" #include "minddata/dataset/core/tensor.h"
#include "minddata/dataset/engine/runtime_context.h" #include "minddata/dataset/engine/runtime_context.h"

Loading…
Cancel
Save