[Bugfix] Missing headers (#3392)
authorhlu1 <14827759+hlu1@users.noreply.github.com>
Wed, 19 Jun 2019 16:51:42 +0000 (09:51 -0700)
committerTianqi Chen <tqchen@users.noreply.github.com>
Wed, 19 Jun 2019 16:51:42 +0000 (09:51 -0700)
include/tvm/relay/attrs/algorithm.h
include/tvm/relay/attrs/image.h
include/tvm/relay/attrs/nn.h
include/tvm/relay/attrs/transform.h
include/tvm/relay/attrs/vision.h

index f5ba699..ce14a6a 100644 (file)
@@ -25,6 +25,7 @@
 #define TVM_RELAY_ATTRS_ALGORITHM_H_
 
 #include <tvm/attrs.h>
+#include <tvm/relay/base.h>
 #include <string>
 
 namespace tvm {
index f3caf21..e74c0f5 100644 (file)
@@ -25,6 +25,7 @@
 #define TVM_RELAY_ATTRS_IMAGE_H_
 
 #include <tvm/attrs.h>
+#include <tvm/relay/base.h>
 #include <string>
 
 namespace tvm {
index 8a1aca0..0fbf984 100644 (file)
@@ -25,6 +25,7 @@
 #define TVM_RELAY_ATTRS_NN_H_
 
 #include <tvm/attrs.h>
+#include <tvm/relay/base.h>
 #include <string>
 
 namespace tvm {
index 65febae..5e31518 100644 (file)
@@ -25,6 +25,7 @@
 #define TVM_RELAY_ATTRS_TRANSFORM_H_
 
 #include <tvm/attrs.h>
+#include <tvm/relay/base.h>
 #include <string>
 
 namespace tvm {
index 7fa1ffb..b98bbfc 100644 (file)
@@ -25,6 +25,7 @@
 #define TVM_RELAY_ATTRS_VISION_H_
 
 #include <tvm/attrs.h>
+#include <tvm/relay/base.h>
 #include <string>
 
 namespace tvm {