Commit e06d24a6 by Daniel M. Weeks Committed by Tianqi Chen

Add missing cmath header (#287)

f9ed337552a26cc55c7c0fb22cd54839ee13f19c added a call to std::log
without including cmath
parent 38b4ad0a
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment