// SPDX-License-Identifier: LGPL-3.0-or-other // Copyright (C) 2021 Contributors to the SLS Detector Package /* Single common header file to make sure the pybind includes are the same and ordered in the same way in all files. Needed to avoid ODR warnings */ #pragma once #include #include #include #include #include "typecaster.h"