From 65bcba9eac966ddd07f2f9964aab35140ca2d108 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20Traizet?= <cedric.traizet@c-s.fr>
Date: Fri, 3 May 2019 11:12:31 +0200
Subject: [PATCH] COMP: add missing include

---
 Modules/Radiometry/Indices/include/otbIndicesStackFunctor.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Modules/Radiometry/Indices/include/otbIndicesStackFunctor.h b/Modules/Radiometry/Indices/include/otbIndicesStackFunctor.h
index 257f66a84d..f7b8503f4a 100644
--- a/Modules/Radiometry/Indices/include/otbIndicesStackFunctor.h
+++ b/Modules/Radiometry/Indices/include/otbIndicesStackFunctor.h
@@ -23,6 +23,7 @@
 
 #include <vector>
 #include <stdexcept>
+#include "itkVariableLengthVector.h"
 
 namespace otb
 {
-- 
GitLab