X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FPlugins%2FJSONReader%2Fplugin%2FJSONReaderModule%2FvtkJSONReader.cxx;h=1faa2a79198d20a832ae78feaa1b3e1155416363;hb=1872421989f63893a0461902eb572143d19f388e;hp=ff72f761f8bf6a0468622ffebae779a8fa085974;hpb=76595daea917b39a1c29b3cf79d0ae95e27ab032;p=modules%2Fparavis.git diff --git a/src/Plugins/JSONReader/plugin/JSONReaderModule/vtkJSONReader.cxx b/src/Plugins/JSONReader/plugin/JSONReaderModule/vtkJSONReader.cxx index ff72f761..1faa2a79 100644 --- a/src/Plugins/JSONReader/plugin/JSONReaderModule/vtkJSONReader.cxx +++ b/src/Plugins/JSONReader/plugin/JSONReaderModule/vtkJSONReader.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2020 CEA/DEN, EDF R&D +// Copyright (C) 2015-2023 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -34,7 +34,7 @@ #include #include - +#include // Key words #define MD "_metadata" #define CMT "_comment" @@ -183,7 +183,7 @@ int vtkJSONReader::CanParseFile(const char *fname, Json::Value &root) return 0; } - ifstream file; + std::ifstream file; std::ostringstream oss; bool parsedSuccess = true; Json::Reader reader;