Fix build error with gcc 6.2.0 (#282)

Signed-off-by: ZhangXiang <Xiang.Zhang@verisilicon.com>
This commit is contained in:
Sven 2022-01-27 11:42:12 +08:00 committed by GitHub
parent 19e4e86651
commit 86fcb0d0e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@
#include "tim/vx/graph.h"
#include "tim/vx/ops/stridedslice.h"
#include <algorithm>
#include "gtest/gtest.h"
TEST(StridedSlice, shape_) {