From 78284f791e21972eefc31b3f7a23eb91feeb61a7 Mon Sep 17 00:00:00 2001
From: Alexey <AlexeyAB@users.noreply.github.com>
Date: Thu, 09 Aug 2018 19:53:09 +0000
Subject: [PATCH] Update Readme.md

---
 src/gemm.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gemm.h b/src/gemm.h
index 97fa09c..c71cd24 100644
--- a/src/gemm.h
+++ b/src/gemm.h
@@ -1,6 +1,8 @@
 #ifndef GEMM_H
 #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