From c690a63e193871cfb4b1a262c091df90e438c557 Mon Sep 17 00:00:00 2001 From: David Sarrut Date: Fri, 26 Jul 2013 08:18:16 +0200 Subject: [PATCH] Fix compile issue (add include ) --- common/clitkElastix.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/clitkElastix.h b/common/clitkElastix.h index 7452bb5..738181f 100644 --- a/common/clitkElastix.h +++ b/common/clitkElastix.h @@ -20,6 +20,7 @@ #define clitkElastix_h #include +#include //-------------------------------------------------------------------- namespace clitk { -- 2.45.1