Browse Source

Added json fix

tags/v1.2.0-rc1
Eric 5 years ago
parent
commit
e7ff0bd560
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/ccsrc/minddata/dataset/api/datasets.cc

+ 1
- 1
mindspore/ccsrc/minddata/dataset/api/datasets.cc View File

@@ -14,12 +14,12 @@
* 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 <algorithm>
#include <fstream>
#include <unordered_set>
#include <utility>
#include <nlohmann/json.hpp>

#include "minddata/dataset/core/tensor.h"
#include "minddata/dataset/engine/runtime_context.h"


Loading…
Cancel
Save