From cd8a3dcb4ca42f22ad8f46a95e00977c92be6bbd Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Thu, 08 Feb 2018 23:22:42 +0000
Subject: [PATCH] Compile fixes

---
 src/parser.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/parser.c b/src/parser.c
index 2a1ea3b..67b4bfb 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -245,6 +245,7 @@
     l.log = option_find_int_quiet(options, "log", 0);
     l.sqrt = option_find_int_quiet(options, "sqrt", 0);
 
+	l.small_object = option_find_int(options, "small_object", 0);
     l.softmax = option_find_int(options, "softmax", 0);
     l.max_boxes = option_find_int_quiet(options, "max",30);
     l.jitter = option_find_float(options, "jitter", .2);

--
Gitblit v1.10.0