Commit 24d9f295 authored by Yongzhe Wang's avatar Yongzhe Wang Committed by Menglong Zhu
Browse files

Fix a typo in the included header file name (#7460)

parent 7b57b6d7
...@@ -26,7 +26,7 @@ limitations under the License. ...@@ -26,7 +26,7 @@ limitations under the License.
#include "mobile_ssd_client.h" #include "mobile_ssd_client.h"
#include "protos/anchor_generation_options.pb.h" #include "protos/anchor_generation_options.pb.h"
#ifdef ENABLE_EDGETPU #ifdef ENABLE_EDGETPU
#include "libedgetpu/libedgetpu.h" #include "libedgetpu/edgetpu.h"
#endif // ENABLE_EDGETPU #endif // ENABLE_EDGETPU
namespace lstm_object_detection { namespace lstm_object_detection {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment