diff --git a/be/src/vec/functions/function_unary_arithmetic.h b/be/src/vec/functions/function_unary_arithmetic.h index c92ceb54d1..8113f42179 100644 --- a/be/src/vec/functions/function_unary_arithmetic.h +++ b/be/src/vec/functions/function_unary_arithmetic.h @@ -54,14 +54,17 @@ template struct AbsImpl; template struct NegativeImpl; +template +struct PositiveImpl; /// Used to indicate undefined operation struct InvalidType; template