diff options
Diffstat (limited to 'scribus/polygonwidget.cpp')
| -rw-r--r-- | scribus/polygonwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scribus/polygonwidget.cpp b/scribus/polygonwidget.cpp index 5acc987..e4a51b9 100644 --- a/scribus/polygonwidget.cpp +++ b/scribus/polygonwidget.cpp @@ -11,7 +11,7 @@ for which a new license (GPL+exception) is in place. #include <QPainterPath> #include <QRectF> -#if _MSC_VER +#if defined(_MSC_VER) && !defined(_USE_MATH_DEFINES) #define _USE_MATH_DEFINES #endif #include <cmath> |
