From a58b30a1b00a008f265f7d8d455bc444cca06cbc Mon Sep 17 00:00:00 2001 From: ageay Date: Wed, 29 Jan 2014 07:34:24 +0000 Subject: [PATCH] Fixing compilation error under Visual2012. --- src/INTERP_KERNEL/InterpolationUtils.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/INTERP_KERNEL/InterpolationUtils.hxx b/src/INTERP_KERNEL/InterpolationUtils.hxx index 46df158dd..18d550d32 100644 --- a/src/INTERP_KERNEL/InterpolationUtils.hxx +++ b/src/INTERP_KERNEL/InterpolationUtils.hxx @@ -34,6 +34,7 @@ #include #include #include +#include namespace INTERP_KERNEL { -- 2.30.2