[BYOC][JSON] json_node.h should include data_type.h (#6224)
authorlhutton1 <35535092+lhutton1@users.noreply.github.com>
Sun, 9 Aug 2020 01:27:03 +0000 (02:27 +0100)
committerGitHub <noreply@github.com>
Sun, 9 Aug 2020 01:27:03 +0000 (18:27 -0700)
Fixes compilation issue after #6214.

Change-Id: I07e25356bbfe4a7bd0950f2672441ce1c338dc3f

src/runtime/contrib/json/json_node.h

index 7cb17de..6a07129 100644 (file)
@@ -28,7 +28,7 @@
 #include <dlpack/dlpack.h>
 #include <dmlc/json.h>
 #include <dmlc/memory_io.h>
-#include <tvm/runtime/container.h>
+#include <tvm/runtime/data_type.h>
 
 #include <cstdint>
 #include <cstdio>