[arrayfire] 19/79: Fixed matchTemplate includes

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Jun 15 13:38:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository arrayfire.

commit 7a6b39f83e910a25b20acf079453d18685c5cd0d
Author: Peter Andreas Entschev <peter at arrayfire.com>
Date:   Thu Jun 4 17:33:26 2015 -0400

    Fixed matchTemplate includes
---
 src/api/c/match_template.cpp  | 2 +-
 src/api/cpp/matchTemplate.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/api/c/match_template.cpp b/src/api/c/match_template.cpp
index 1532497..4e755e2 100644
--- a/src/api/c/match_template.cpp
+++ b/src/api/c/match_template.cpp
@@ -8,7 +8,7 @@
  ********************************************************/
 
 #include <af/defines.h>
-#include <af/image.h>
+#include <af/vision.h>
 #include <handle.hpp>
 #include <err_common.hpp>
 #include <backend.hpp>
diff --git a/src/api/cpp/matchTemplate.cpp b/src/api/cpp/matchTemplate.cpp
index c160687..7b549e2 100644
--- a/src/api/cpp/matchTemplate.cpp
+++ b/src/api/cpp/matchTemplate.cpp
@@ -7,7 +7,7 @@
  * http://arrayfire.com/licenses/BSD-3-Clause
  ********************************************************/
 
-#include <af/image.h>
+#include <af/vision.h>
 #include <af/array.h>
 #include "error.hpp"
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git



More information about the debian-science-commits mailing list