From 68d58119912484f00207f47700eda1cef503de94 Mon Sep 17 00:00:00 2001 From: tbaudier Date: Thu, 15 Mar 2018 09:21:52 +0100 Subject: [PATCH] Add windows maths include --- common/clitkCommon.cxx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/clitkCommon.cxx b/common/clitkCommon.cxx index 96980bb..af462a4 100644 --- a/common/clitkCommon.cxx +++ b/common/clitkCommon.cxx @@ -21,6 +21,11 @@ #include +#ifndef _WIN32 + #define _USE_MATH_DEFINES + #include +#endif + // clitk include #include "clitkCommon.h" -- 2.47.1