From 3fea5699899507a1dcb3f434a54b7e61bff64ac7 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Sun, 21 Aug 2016 11:09:49 +0300 Subject: [PATCH] #include was introduced since Qt 5.1. --HG-- branch : develop --- src/libs/vmisc/vmath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/vmisc/vmath.h b/src/libs/vmisc/vmath.h index 82d109ad5..a24c656b7 100644 --- a/src/libs/vmisc/vmath.h +++ b/src/libs/vmisc/vmath.h @@ -24,7 +24,7 @@ #if QT_VERSION >= QT_VERSION_CHECK(5, 1, 0) #include #else -#include +#include "qmath.h" Q_DECL_CONSTEXPR inline float qDegreesToRadians(float degrees) {