Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 942306
Collapse All | Expand All

(-)a/Ioss_Decomposition.C (+1 lines)
Lines 16-21 Link Here
16
#include <cassert>
16
#include <cassert>
17
#include "vtk_fmt.h"
17
#include "vtk_fmt.h"
18
#include VTK_FMT(fmt/ostream.h)
18
#include VTK_FMT(fmt/ostream.h)
19
#include VTK_FMT(fmt/ranges.h)
19
#include <numeric>
20
#include <numeric>
20
21
21
#if !defined(NO_ZOLTAN_SUPPORT)
22
#if !defined(NO_ZOLTAN_SUPPORT)
(-)a/Ioss_ParallelUtils.h (+1 lines)
Lines 20-25 Link Here
20
#include "vtk_fmt.h"
20
#include "vtk_fmt.h"
21
#include VTK_FMT(fmt/format.h)
21
#include VTK_FMT(fmt/format.h)
22
#include VTK_FMT(fmt/ostream.h)
22
#include VTK_FMT(fmt/ostream.h)
23
#include VTK_FMT(fmt/ranges.h)
23
#endif
24
#endif
24
25
25
#ifdef SEACAS_HAVE_MPI
26
#ifdef SEACAS_HAVE_MPI
(-)a/Ioss_IOFactory.C (+1 lines)
Lines 20-25 Link Here
20
#include <cstddef> // for nullptr
20
#include <cstddef> // for nullptr
21
#include "vtk_fmt.h"
21
#include "vtk_fmt.h"
22
#include VTK_FMT(fmt/ostream.h)
22
#include VTK_FMT(fmt/ostream.h)
23
#include VTK_FMT(fmt/ranges.h)
23
#include <map>     // for _Rb_tree_iterator, etc
24
#include <map>     // for _Rb_tree_iterator, etc
24
#include <ostream> // for basic_ostream, etc
25
#include <ostream> // for basic_ostream, etc
25
#include <set>
26
#include <set>
(-)a/ThirdParty/ioss/vtkioss/Ioss_StructuredBlock.C (+1 lines)
Lines 15-20 Link Here
15
#include <Ioss_StructuredBlock.h>
15
#include <Ioss_StructuredBlock.h>
16
#include "vtk_fmt.h"
16
#include "vtk_fmt.h"
17
#include VTK_FMT(fmt/ostream.h)
17
#include VTK_FMT(fmt/ostream.h)
18
#include VTK_FMT(fmt/ranges.h)
18
19
19
#include <cstddef> // for size_t
20
#include <cstddef> // for size_t
20
#include <numeric>
21
#include <numeric>
(-)a/ThirdParty/ioss/vtkioss/Ioss_Utils.C (+1 lines)
Lines 21-26 Link Here
21
#include VTK_FMT(fmt/chrono.h)
21
#include VTK_FMT(fmt/chrono.h)
22
#include VTK_FMT(fmt/format.h)
22
#include VTK_FMT(fmt/format.h)
23
#include VTK_FMT(fmt/ostream.h)
23
#include VTK_FMT(fmt/ostream.h)
24
#include VTK_FMT(fmt/ranges.h)
24
#include <fstream>
25
#include <fstream>
25
#include <sstream>
26
#include <sstream>
26
#include <string>
27
#include <string>
(-)a/ThirdParty/ioss/vtkioss/Ioss_ZoneConnectivity.C (-1 / +1 lines)
Lines 9-14 Link Here
9
#include <cstddef> // for size_t
9
#include <cstddef> // for size_t
10
#include "vtk_fmt.h"
10
#include "vtk_fmt.h"
11
#include VTK_FMT(fmt/ostream.h)
11
#include VTK_FMT(fmt/ostream.h)
12
#include VTK_FMT(fmt/ranges.h)
12
#include <string> // for string
13
#include <string> // for string
13
#include <vector> // for vector
14
#include <vector> // for vector
14
15
15
- 

Return to bug 942306