VTK  9.3.20240420
vtkIOStreamFwd.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
10#ifndef vtkIOStreamFwd_h
11#define vtkIOStreamFwd_h
12
13#ifdef _MSC_VER
14#pragma warning(push, 3)
15#endif
16
17// Forward-declare ansi streams.
18#include <iosfwd>
19using std::filebuf;
20using std::fstream;
21using std::ios;
22using std::iostream;
23using std::istream;
24using std::ostream;
25using std::streambuf;
26
27#ifdef _MSC_VER
28#pragma warning(pop)
29#endif
30
31#endif // vtkIOStreamFwd_h
32// VTK-HeaderTest-Exclude: vtkIOStreamFwd.h