From f3fcfb811ad975ce1794ef3282ab94bf6f7a9166 Mon Sep 17 00:00:00 2001 From: Dennis Zhuang Date: Wed, 6 Dec 2023 16:22:10 +0800 Subject: [PATCH] fix: header --- src/common/function/src/scalars/date.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/function/src/scalars/date.rs b/src/common/function/src/scalars/date.rs index 2f901162c5b6..0e16019d527b 100644 --- a/src/common/function/src/scalars/date.rs +++ b/src/common/function/src/scalars/date.rs @@ -11,6 +11,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. + use std::sync::Arc; mod date_add; mod date_sub;