From 003a64ff1702b3f4cd1db1ef7603cfb901b5e085 Mon Sep 17 00:00:00 2001 From: acezen Date: Tue, 29 Aug 2023 20:19:16 +0800 Subject: [PATCH] Update --- cpp/src/filesystem.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/src/filesystem.cc b/cpp/src/filesystem.cc index e975cf33b..15d29415d 100644 --- a/cpp/src/filesystem.cc +++ b/cpp/src/filesystem.cc @@ -21,6 +21,7 @@ limitations under the License. #include "arrow/ipc/writer.h" #include "parquet/arrow/writer.h" +#include "gar/util/expression.h" #include "gar/util/filesystem.h" namespace GAR_NAMESPACE_INTERNAL {