From c1343c16a7cc7cf7960dec7b8f8fa8fa0487948c Mon Sep 17 00:00:00 2001 From: Guillaume Pasero <guillaume.pasero@c-s.fr> Date: Mon, 3 Nov 2014 10:38:39 +0100 Subject: [PATCH] BUG: missing include --- Code/Common/otbParser.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Code/Common/otbParser.cxx b/Code/Common/otbParser.cxx index 99e123da2b..e8f6b8466e 100644 --- a/Code/Common/otbParser.cxx +++ b/Code/Common/otbParser.cxx @@ -17,6 +17,8 @@ =========================================================================*/ #include "otbMath.h" +#include "otbConfigure.h" + #include "muParser.h" #include "otbParser.h" -- GitLab