Mercurial > hg > octave-image
changeset 910:cda9868e7641
imerode.cc: include Array-util.h which is no longer pulled from oct.h.
author | Andreas Weber <andreas.weber@hs-offenburg.de> |
---|---|
date | Tue, 04 Nov 2014 10:26:11 +0000 |
parents | ba9e0f8a25c0 |
children | 7f3f027bcbf0 |
files | src/imerode.cc |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/imerode.cc +++ b/src/imerode.cc @@ -14,6 +14,7 @@ // this program; if not, see <http://www.gnu.org/licenses/>. #include <octave/oct.h> +#include <Array-util.h> // to get ind2sub #include <typeinfo> // for an optimization using logical matrices #include <lo-ieee.h> // gives us octave_Inf #include "strel.h"