// -*- C++ -*- // // This file is part of HepMC // Copyright (C) 2014-2020 The HepMC collaboration (see AUTHORS for details) // /// /// @file GenPdfInfo_fwd.h /// @brief Minimal forward declarations for GenPdfInfo /// #ifndef HEPMC3_GENPDFINFO_FWD_H #define HEPMC3_GENPDFINFO_FWD_H #include namespace HepMC3 { class GenPdfInfo; using GenPdfInfoPtr = std::shared_ptr; using ConstGenPdfInfoPtr = std::shared_ptr; } #endif