Skip to content

Commit

Permalink
adding includes
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoreau89 committed Jan 16, 2020
1 parent 2b39910 commit bbcf752
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/runtime/contrib/edgetpu/edgetpu_runtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@
#ifndef TVM_RUNTIME_CONTRIB_EDGETPU_EDGETPU_RUNTIME_H_
#define TVM_RUNTIME_CONTRIB_EDGETPU_EDGETPU_RUNTIME_H_

#include <string>
#include <memory>

#include "../tflite/tflite_runtime.h"

namespace tvm {
namespace runtime {


/*!
* \brief EdgeTPU runtime.
*
Expand Down

0 comments on commit bbcf752

Please sign in to comment.