From db0397cfaaf488364e3d2e1669dfefae2ee6ea73 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Mon, 14 Dec 2015 19:57:10 +0000
Subject: [PATCH] shortcut layers, msr networks

---
 src/deconvolutional_layer.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/deconvolutional_layer.h b/src/deconvolutional_layer.h
index 74498c7..b6af397 100644
--- a/src/deconvolutional_layer.h
+++ b/src/deconvolutional_layer.h
@@ -6,6 +6,7 @@
 #include "image.h"
 #include "activations.h"
 #include "layer.h"
+#include "network.h"
 
 typedef layer deconvolutional_layer;
 

--
Gitblit v1.10.0