From 738de1dbd9729abbe0dbfbbd635d5a126c576ce3 Mon Sep 17 00:00:00 2001 From: cyongli Date: Sat, 19 Aug 2017 22:03:34 +0800 Subject: [PATCH] include math.h in olap_utils.h --- be/src/exec/olap_utils.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/be/src/exec/olap_utils.h b/be/src/exec/olap_utils.h index 12e6808d7bf4f9..4c419a7a1ec3fc 100644 --- a/be/src/exec/olap_utils.h +++ b/be/src/exec/olap_utils.h @@ -16,6 +16,8 @@ #ifndef BDG_PALO_BE_SRC_QUERY_EXEC_OLAP_UTILS_H #define BDG_PALO_BE_SRC_QUERY_EXEC_OLAP_UTILS_H +#include + #include "common/logging.h" #include "gen_cpp/Opcodes_types.h" #include "runtime/primitive_type.h"