From 7520949d84bb410ebc22dece85181d725e03727a Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Wed, 08 Jun 2016 18:07:31 +0000 Subject: [PATCH] idk just in case --- 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