Skip to content

Commit

Permalink
fix building error for transform_keys/values parser
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyang-li committed Dec 18, 2024
1 parent 2887251 commit e144bd2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

#include <DataTypes/DataTypeArray.h>
#include <DataTypes/DataTypeFunction.h>
#include <DataTypes/DataTypeMap.h>
#include <DataTypes/DataTypeNullable.h>
#include <Parser/FunctionParser.h>
#include <Parser/TypeParser.h>
Expand All @@ -25,7 +26,7 @@
#include <Common/CHUtil.h>
#include <Common/Exception.h>
#include <Common/logger_useful.h>
#include "DataTypes/DataTypeMap.h"
#include <Functions/FunctionHelpers.h>

namespace DB::ErrorCodes
{
Expand Down

0 comments on commit e144bd2

Please sign in to comment.