Skip to content

Commit e561dd7

Browse files
authored
include math.h in olap_utils.h (#35)
1 parent cf99230 commit e561dd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

be/src/exec/olap_utils.h

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
#ifndef BDG_PALO_BE_SRC_QUERY_EXEC_OLAP_UTILS_H
1717
#define BDG_PALO_BE_SRC_QUERY_EXEC_OLAP_UTILS_H
1818

19+
#include <math.h>
20+
1921
#include "common/logging.h"
2022
#include "gen_cpp/Opcodes_types.h"
2123
#include "runtime/primitive_type.h"

0 commit comments

Comments
 (0)