From cd1b068ab1d2e2b40cb81c79e997fecfe31dfa11 Mon Sep 17 00:00:00 2001 From: Kimball Thurston Date: Sat, 24 Aug 2019 22:47:23 +1200 Subject: [PATCH] Add missing include Signed-off-by: Kimball Thurston --- PyIlmBase/PyImath/PyImathMathExc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/PyIlmBase/PyImath/PyImathMathExc.h b/PyIlmBase/PyImath/PyImathMathExc.h index f3aadac97d..9dfe1620f5 100644 --- a/PyIlmBase/PyImath/PyImathMathExc.h +++ b/PyIlmBase/PyImath/PyImathMathExc.h @@ -36,6 +36,7 @@ #define _PyImathMathExc_h_ #include +#include #ifdef PYIMATH_ENABLE_EXCEPTIONS # define MATH_EXC_ON IEX_NAMESPACE::MathExcOn mathexcon (IEX_NAMESPACE::IEEE_OVERFLOW | \