From 01278671ad7bd333eae042a8a950f1da0b94bde3 Mon Sep 17 00:00:00 2001 From: rnv Date: Thu, 7 Mar 2019 13:45:22 +0300 Subject: [PATCH] Fix compilation on Windows --- src/MEDCoupling/MCType.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/MEDCoupling/MCType.hxx b/src/MEDCoupling/MCType.hxx index 17d7bef26..abc049dd1 100644 --- a/src/MEDCoupling/MCType.hxx +++ b/src/MEDCoupling/MCType.hxx @@ -23,6 +23,7 @@ #include #include +#include namespace MEDCoupling { -- 2.39.2