From 78c4c9e642221941f407e35f06f6ded2fe029672 Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@c-s.fr> Date: Thu, 1 Mar 2012 11:49:33 +0100 Subject: [PATCH] COMP: include otbConfigure.h in otbTestMain.h --- Code/Testing/otbTestMain.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Code/Testing/otbTestMain.h b/Code/Testing/otbTestMain.h index b8d0fa8bd7..fe5c39a04b 100644 --- a/Code/Testing/otbTestMain.h +++ b/Code/Testing/otbTestMain.h @@ -18,6 +18,8 @@ #ifndef __otbTestMain_h #define __otbTestMain_h +#include "otbConfigure.h" + #include <map> #include <string> #include <iostream> -- GitLab