From 3d5b74b5b68bef9f676d3aabbed90daa6e05ccce 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 1ad5d23d3..36a2d93aa 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 {