From 8f1b4e0962857d402f9d017fcbf387ef0eceb7c4 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Thu, 01 Sep 2016 23:48:41 +0000
Subject: [PATCH] updates and things

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

diff --git a/src/deconvolutional_kernels.cu b/src/deconvolutional_kernels.cu
index a74fb78..68cc839 100644
--- a/src/deconvolutional_kernels.cu
+++ b/src/deconvolutional_kernels.cu
@@ -1,3 +1,7 @@
+#include "cuda_runtime.h"
+#include "curand.h"
+#include "cublas_v2.h"
+
 extern "C" {
 #include "convolutional_layer.h"
 #include "deconvolutional_layer.h"

--
Gitblit v1.10.0