From 5c876bb918903314a33165c5812395e781bdfe08 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Thu, 09 Aug 2018 00:12:45 +0000
Subject: [PATCH] Another one fix
---
src/gemm.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/gemm.h b/src/gemm.h
index 4514f57..c71cd24 100644
--- a/src/gemm.h
+++ b/src/gemm.h
@@ -2,6 +2,7 @@
#define GEMM_H
#include "activations.h"
#include <stdint.h>
+#include <stddef.h>
static inline void set_bit(unsigned char *const dst, size_t index) {
size_t dst_i = index / 8;
--
Gitblit v1.10.0