Skip to content
Snippets Groups Projects
Commit e06d24a6 authored by Daniel M. Weeks's avatar Daniel M. Weeks Committed by Tianqi Chen
Browse files

Add missing cmath header (#287)

f9ed337552a26cc55c7c0fb22cd54839ee13f19c added a call to std::log
without including cmath
parent 38b4ad0a
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@
#include <nnvm/node.h>
#include <nnvm/op_attr_types.h>
#include <nnvm/top/tensor.h>
#include <cmath>
#include "../op_common.h"
#include "../elemwise_op_common.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment