From 3baf534a2d603f6b20a06ca45c29350e52a859fb Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Thu, 09 Aug 2018 00:07:06 +0000
Subject: [PATCH] Compile error fix

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

diff --git a/src/gemm.h b/src/gemm.h
index 97fa09c..4514f57 100644
--- a/src/gemm.h
+++ b/src/gemm.h
@@ -1,6 +1,7 @@
 #ifndef GEMM_H
 #define GEMM_H
 #include "activations.h"
+#include <stdint.h>
 
 static inline void set_bit(unsigned char *const dst, size_t index) {
     size_t dst_i = index / 8;

--
Gitblit v1.10.0