blob: 116251363960e04e0facda4500b7886f672499a5 [file]
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
//
// Forwarding header: ThreadPool was promoted to a core Eigen module in
// Eigen 5.x. New code should use
// #include <Eigen/ThreadPool>
// directly. This shim preserves the legacy include path.
#ifndef EIGEN_UNSUPPORTED_CXX11_THREADPOOL_FORWARD_H
#define EIGEN_UNSUPPORTED_CXX11_THREADPOOL_FORWARD_H
#include "../../../Eigen/ThreadPool" // IWYU pragma: export
#endif // EIGEN_UNSUPPORTED_CXX11_THREADPOOL_FORWARD_H