Fix build error with gcc 6.2.0 (#282)
Signed-off-by: ZhangXiang <Xiang.Zhang@verisilicon.com>
This commit is contained in:
parent
19e4e86651
commit
86fcb0d0e0
|
|
@ -25,6 +25,8 @@
|
||||||
#include "tim/vx/graph.h"
|
#include "tim/vx/graph.h"
|
||||||
#include "tim/vx/ops/stridedslice.h"
|
#include "tim/vx/ops/stridedslice.h"
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
|
|
||||||
TEST(StridedSlice, shape_) {
|
TEST(StridedSlice, shape_) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue