fix:compile error

This commit is contained in:
wangmm0220 2024-01-15 18:16:09 +08:00
parent 2ab54a1335
commit e5932ab122
1 changed files with 13 additions and 11 deletions

View File

@ -3784,7 +3784,9 @@ const SBuiltinFuncDefinition funcMgtBuiltins[] = {
.initFunc = avgFunctionSetup,
.processFunc = avgFunctionMerge,
.finalizeFunc = avgPartialFinalize,
#ifdef BUILD_NO_CALL
.invertFunc = avgInvertFunction,
#endif
.combineFunc = avgCombine,
},
};