Skip to content

Commit

Permalink
include math.h in olap_utils.h (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoyli authored Aug 19, 2017
1 parent cf99230 commit e561dd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions be/src/exec/olap_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <math.h>

#include "common/logging.h"
#include "gen_cpp/Opcodes_types.h"
#include "runtime/primitive_type.h"
Expand Down

0 comments on commit e561dd7

Please sign in to comment.