Skip to content

Commit

Permalink
[hotfix] missing include headers (apache#4204)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiics authored and kevinthesun committed Oct 30, 2019
1 parent 3d0af15 commit e216d28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/arithmetic/const_fold.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <tvm/ir_mutator.h>
#include <tvm/expr_operator.h>
#include <algorithm>
#include <cmath>
#include "int_operator.h"

namespace tvm {
Expand Down
1 change: 1 addition & 0 deletions src/codegen/codegen_cuda.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <tvm/base.h>
#include <tvm/runtime/registry.h>
#include <tvm/packed_func_ext.h>
#include <cmath>
#include <vector>
#include <string>
#include "codegen_cuda.h"
Expand Down
1 change: 1 addition & 0 deletions src/codegen/codegen_opencl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* \file codegen_opencl.cc
*/
#include <tvm/packed_func_ext.h>
#include <cmath>
#include <vector>
#include <string>
#include "codegen_opencl.h"
Expand Down

0 comments on commit e216d28

Please sign in to comment.