Skip to content

Commit

Permalink
[BYOC][JSON] json_node.h should include data_type.h (apache#6224)
Browse files Browse the repository at this point in the history
Fixes compilation issue after apache#6214.

Change-Id: I07e25356bbfe4a7bd0950f2672441ce1c338dc3f
  • Loading branch information
lhutton1 authored and trevor-m committed Sep 3, 2020
1 parent 58e2fb8 commit a82d46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/contrib/json/json_node.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a82d46d

Please sign in to comment.