From 220fac9d20fd4d2d9274e284da4f840def0b987b Mon Sep 17 00:00:00 2001 From: hjchen2 Date: Tue, 22 Jan 2019 17:01:30 +0800 Subject: [PATCH] Fix memset not found for linux --- src/operators/math/gemm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/operators/math/gemm.h b/src/operators/math/gemm.h index 99c68de7c3..b6af1c838d 100644 --- a/src/operators/math/gemm.h +++ b/src/operators/math/gemm.h @@ -13,6 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. */ #pragma once +#include #include #include "common/log.h" #include "memory/t_malloc.h" -- GitLab