From 1a53f268ac56e921d702a6bbafcbd3d0037286e4 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Sat, 13 Jun 2015 05:42:07 +0000
Subject: [PATCH] turn off gpu and opencv

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

diff --git a/src/activations.h b/src/activations.h
index 07c5b5e..0aa61c2 100644
--- a/src/activations.h
+++ b/src/activations.h
@@ -1,6 +1,7 @@
-#include "cuda.h"
 #ifndef ACTIVATIONS_H
 #define ACTIVATIONS_H
+#include "cuda.h"
+#include "math.h"
 
 typedef enum{
     LOGISTIC, RELU, RELIE, LINEAR, RAMP, TANH, PLSE

--
Gitblit v1.10.0