From 1dc54a7c976cda27126a8c63917e36aa77d06c21 Mon Sep 17 00:00:00 2001 From: PHILO-HE Date: Wed, 4 Dec 2024 13:38:41 +0800 Subject: [PATCH] Fix compilation after rebase --- velox/functions/sparksql/JsonFunctions.h | 1 + 1 file changed, 1 insertion(+) diff --git a/velox/functions/sparksql/JsonFunctions.h b/velox/functions/sparksql/JsonFunctions.h index 9069171149507..01634c956cb99 100644 --- a/velox/functions/sparksql/JsonFunctions.h +++ b/velox/functions/sparksql/JsonFunctions.h @@ -14,6 +14,7 @@ * limitations under the License. */ +#include "velox/functions/Macros.h" #include "velox/functions/prestosql/json/SIMDJsonUtil.h" namespace facebook::velox::functions::sparksql {