Update MergeTreeData.cpp

This commit is contained in:
Alexander Tokmakov 2023-06-12 12:30:38 +03:00 committed by GitHub
parent 3797a4202c
commit 676ba2fbde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,6 +99,7 @@
#include <fmt/format.h>
#include <Poco/Logger.h>
#include <Poco/Net/NetException.h>
template <>
struct fmt::formatter<DB::DataPartPtr> : fmt::formatter<std::string>