From 4a9c680ab2b7388fa77cd8b3d56a89074ec46499 Mon Sep 17 00:00:00 2001 From: ayberkozgur Date: Tue, 25 Nov 2014 09:17:32 +0100 Subject: [PATCH] Removed iostream from Detect.hpp --- src/Detect.cpp | 2 ++ src/Detect.hpp | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Detect.cpp b/src/Detect.cpp index a06eebd..8d07fa2 100644 --- a/src/Detect.cpp +++ b/src/Detect.cpp @@ -20,6 +20,8 @@ #include "Detect.hpp" +#include + namespace chilitags{ #ifdef OPENCV3 diff --git a/src/Detect.hpp b/src/Detect.hpp index 4e582d2..e7efc1c 100644 --- a/src/Detect.hpp +++ b/src/Detect.hpp @@ -21,7 +21,6 @@ #ifndef DETECT_HPP #define DETECT_HPP -#include #include #include