Skip to content

Commit

Permalink
[RUNTIME] add stdint.h for einit interface
Browse files Browse the repository at this point in the history
Signed-off-by: Taikang Hu <[email protected]>
  • Loading branch information
Taikang Hu committed Jul 2, 2020
1 parent faf4ff8 commit 15e9511
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/tvm/runtime/asr_nn_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
#ifndef TVM_RUNTIME_ASR_NN_API_H_
#define TVM_RUNTIME_ASR_NN_API_H_

#include <stdint.h>

#ifdef __cplusplus
extern "C" {
#endif
Expand Down
1 change: 1 addition & 0 deletions include/tvm/runtime/asr_tvm_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#ifndef TVM_RUNTIME_ASR_TVM_API_H_
#define TVM_RUNTIME_ASR_TVM_API_H_

#include <stdint.h>
#include <dlpack/dlpack.h>

#ifdef __cplusplus
Expand Down

0 comments on commit 15e9511

Please sign in to comment.