From 32d2c969973aa98635123743f321859192ff581d Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Thu, 09 Jun 2016 22:09:30 +0000
Subject: [PATCH] hiding secret broken things

---
 src/convolutional_layer.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/convolutional_layer.c b/src/convolutional_layer.c
index f0c312c..af867e5 100644
--- a/src/convolutional_layer.c
+++ b/src/convolutional_layer.c
@@ -8,6 +8,10 @@
 #include <stdio.h>
 #include <time.h>
 
+#ifdef AI2
+#include "xnor_layer.h"
+#endif
+
 #ifndef AI2
 #define AI2 0
 #endif

--
Gitblit v1.10.0