PDI 1.12.0-alpha.2026-05-07
the PDI data interface
27#include <spdlog/spdlog.h>
28#if !defined(SPDLOG_FMT_EXTERNAL)
29#ifdef SPDLOG_HEADER_ONLY
30#ifndef FMT_HEADER_ONLY
31#define FMT_HEADER_ONLY
34#include <spdlog/fmt/bundled/core.h>
35#include <spdlog/fmt/bundled/format.h>
36#include <spdlog/fmt/bundled/ranges.h>
39#include <fmt/format.h>
40#include <fmt/ranges.h>