From 415bd47697c2c2e95f8673563a89b9daf84ec3de Mon Sep 17 00:00:00 2001 From: Francesco Gatti Date: Mon, 3 Dec 2018 15:52:02 +0100 Subject: [PATCH] opencv include fix --- src/Region.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Region.cpp b/src/Region.cpp index 42450f2..8a4a2fa 100644 --- a/src/Region.cpp +++ b/src/Region.cpp @@ -3,7 +3,7 @@ #ifdef OPENCV #include #include - #include + #include #endif #include "Layer.h"