Commit 21fa4cab by acmore Committed by Tianqi Chen

Fix build break on Windows. (#1179)

parent af6b6016
......@@ -53,7 +53,7 @@ Stmt CanonicalSimplify(Stmt stmt,
* \param vrange The range information about the variable.
* \return Canonicalized expression.
*/
Expr CanonicalSimplify(Expr expr,
EXPORT Expr CanonicalSimplify(Expr expr,
Map<Var, Range> vrange = Map<Var, Range>());
/*!
......
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