VTK  9.6.20260205
vtkRenderingCorePCH.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
3// Precompiled header for VTK RenderingCore module
4// This header includes frequently used headers to improve build performance
5
6#ifndef vtkRenderingCorePCH_h
7#define vtkRenderingCorePCH_h
8
9// STL Headers
10#include <algorithm>
11#include <cmath>
12#include <fstream>
13#include <functional>
14#include <iostream>
15#include <list>
16#include <map>
17#include <memory>
18#include <mutex>
19#include <sstream>
20#include <string>
21#include <tuple>
22#include <unordered_map>
23#include <vector>
24
25#endif // vtkRenderingCorePCH_h