Commit 947131c8 by hlu1 Committed by Tianqi Chen

[Bugfix] Missing headers (#3392)

parent 05c77280
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#define TVM_RELAY_ATTRS_ALGORITHM_H_ #define TVM_RELAY_ATTRS_ALGORITHM_H_
#include <tvm/attrs.h> #include <tvm/attrs.h>
#include <tvm/relay/base.h>
#include <string> #include <string>
namespace tvm { namespace tvm {
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#define TVM_RELAY_ATTRS_IMAGE_H_ #define TVM_RELAY_ATTRS_IMAGE_H_
#include <tvm/attrs.h> #include <tvm/attrs.h>
#include <tvm/relay/base.h>
#include <string> #include <string>
namespace tvm { namespace tvm {
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#define TVM_RELAY_ATTRS_NN_H_ #define TVM_RELAY_ATTRS_NN_H_
#include <tvm/attrs.h> #include <tvm/attrs.h>
#include <tvm/relay/base.h>
#include <string> #include <string>
namespace tvm { namespace tvm {
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#define TVM_RELAY_ATTRS_TRANSFORM_H_ #define TVM_RELAY_ATTRS_TRANSFORM_H_
#include <tvm/attrs.h> #include <tvm/attrs.h>
#include <tvm/relay/base.h>
#include <string> #include <string>
namespace tvm { namespace tvm {
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#define TVM_RELAY_ATTRS_VISION_H_ #define TVM_RELAY_ATTRS_VISION_H_
#include <tvm/attrs.h> #include <tvm/attrs.h>
#include <tvm/relay/base.h>
#include <string> #include <string>
namespace tvm { namespace tvm {
......
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