|
| 1 | +diff --git a/Plugins/Prism/Filters/vtkPrismGeometryConverter.cxx b/Plugins/Prism/Filters/vtkPrismGeometryConverter.cxx |
| 2 | +index 0ba008c239..686adeae19 100644 |
| 3 | +--- a/Plugins/Prism/Filters/vtkPrismGeometryConverter.cxx |
| 4 | ++++ b/Plugins/Prism/Filters/vtkPrismGeometryConverter.cxx |
| 5 | +@@ -9,7 +9,7 @@ |
| 6 | + |
| 7 | + // clang-format off |
| 8 | + #include <vtk_fmt.h> // needed for `fmt` |
| 9 | +-#include VTK_FMT(fmt/core.h) |
| 10 | ++#include VTK_FMT(fmt/format.h) |
| 11 | + // clang-format on |
| 12 | + |
| 13 | + //------------------------------------------------------------------------------ |
| 14 | +diff --git a/VTKExtensions/Core/vtkPVDataUtilities.cxx b/VTKExtensions/Core/vtkPVDataUtilities.cxx |
| 15 | +index 21fbca502b..8fb7c148ad 100644 |
| 16 | +--- a/VTKExtensions/Core/vtkPVDataUtilities.cxx |
| 17 | ++++ b/VTKExtensions/Core/vtkPVDataUtilities.cxx |
| 18 | +@@ -15,7 +15,7 @@ |
| 19 | + |
| 20 | + // clang-format off |
| 21 | + #include <vtk_fmt.h> // needed for `fmt` |
| 22 | +-#include VTK_FMT(fmt/core.h) |
| 23 | ++#include VTK_FMT(fmt/format.h) |
| 24 | + // clang-format on |
| 25 | + |
| 26 | + namespace |
| 27 | +diff --git a/VTKExtensions/Core/vtkPVStringFormatter.h b/VTKExtensions/Core/vtkPVStringFormatter.h |
| 28 | +index 771052ecad..27be619a42 100644 |
| 29 | +--- a/VTKExtensions/Core/vtkPVStringFormatter.h |
| 30 | ++++ b/VTKExtensions/Core/vtkPVStringFormatter.h |
| 31 | +@@ -26,7 +26,7 @@ |
| 32 | + #include <vtk_fmt.h> // needed for `fmt` |
| 33 | + #include VTK_FMT(fmt/args.h) |
| 34 | + #include VTK_FMT(fmt/chrono.h) |
| 35 | +-#include VTK_FMT(fmt/core.h) |
| 36 | ++#include VTK_FMT(fmt/format.h) |
| 37 | + #include VTK_FMT(fmt/ranges.h) |
| 38 | + // clang-format on |
| 39 | + |
| 40 | +@@ -357,7 +357,7 @@ private: |
| 41 | + * If argument already exists, it's ignored. |
| 42 | + */ |
| 43 | + template <typename T> |
| 44 | +- void AddArg(const fmt::detail::named_arg<char_type, T>& fmtArg) |
| 45 | ++ void AddArg(const fmt::named_arg<T, char_type>& fmtArg) |
| 46 | + { |
| 47 | + bool argNotFound = std::find_if(this->Arguments.begin(), this->Arguments.end(), |
| 48 | + [&fmtArg](const vtkNamedArgument& arg) { |
| 49 | +diff --git a/VTKExtensions/IOCore/vtkParallelSerialWriter.cxx b/VTKExtensions/IOCore/vtkParallelSerialWriter.cxx |
| 50 | +index 5f1833ba29..23c4a9d7c9 100644 |
| 51 | +--- a/VTKExtensions/IOCore/vtkParallelSerialWriter.cxx |
| 52 | ++++ b/VTKExtensions/IOCore/vtkParallelSerialWriter.cxx |
| 53 | +@@ -29,7 +29,7 @@ |
| 54 | + |
| 55 | + // clang-format off |
| 56 | + #include <vtk_fmt.h> // needed for `fmt` |
| 57 | +-#include VTK_FMT(fmt/core.h) |
| 58 | ++#include VTK_FMT(fmt/format.h) |
| 59 | + // clang-format on |
| 60 | + |
| 61 | + namespace |
0 commit comments