From 8a6ba2fff3ee1c14bca0aa0e0a909aba7057cc94 Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Thu, 09 Jun 2016 21:52:09 +0000 Subject: [PATCH] some changes, fix opencv --- 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