From eb04cef4c8fbc9b75b7e73ca2951755ee1c5f38b Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 23 Sep 2021 18:42:35 +0100 Subject: Don't rely on forward DB::Blob It's needed in instantiation of Column::Extract::operator() --- libdbpp/column.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libdbpp/column.h b/libdbpp/column.h index 2924d77..a30e1b8 100644 --- a/libdbpp/column.h +++ b/libdbpp/column.h @@ -11,6 +11,7 @@ #endif #include #pragma GCC diagnostic pop +#include "dbTypes.h" #include #include #include @@ -20,9 +21,9 @@ #include #include #include +// IWYU pragma: no_forward_declare DB::Blob namespace DB { - class Blob; /// Abstract class for something that can handle field data. See Column::apply. class DLL_PUBLIC HandleField { public: -- cgit v1.2.3