From 4d7daae6ed227599a34adb2b0adb14de51b1a750 Mon Sep 17 00:00:00 2001
From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org>
Date: Sat, 20 Nov 2010 00:19:01 -0800
Subject: [PATCH] COMP: add missing include

---
 Testing/Code/Radiometry/otbTestVNLMinimize.cxx | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Testing/Code/Radiometry/otbTestVNLMinimize.cxx b/Testing/Code/Radiometry/otbTestVNLMinimize.cxx
index 0dbe9db068..322cf5019e 100644
--- a/Testing/Code/Radiometry/otbTestVNLMinimize.cxx
+++ b/Testing/Code/Radiometry/otbTestVNLMinimize.cxx
@@ -15,11 +15,12 @@
   PURPOSE.  See the above copyright notices for more information.
 
 =========================================================================*/
+#include <cstdlib>
+#include <iostream>
 
 #include <vnl/algo/vnl_lsqr.h>
 #include <vnl/vnl_sparse_matrix_linear_system.h>
 #include <vnl/vnl_least_squares_function.h>
-#include <iostream>
 
 int otbTestVNLMinimize(int argc, char * argv[])
 {
-- 
GitLab