From b548265ace1b1ef263e8278fb8b7eeb795862078 Mon Sep 17 00:00:00 2001 From: yejianwu Date: Tue, 7 Aug 2018 19:22:04 +0800 Subject: [PATCH] fix ops test in ndk17 --- mace/ops/ops_test_util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mace/ops/ops_test_util.h b/mace/ops/ops_test_util.h index cdba4ee9..568cbb8f 100644 --- a/mace/ops/ops_test_util.h +++ b/mace/ops/ops_test_util.h @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include -- GitLab