mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Missing include, fixing missing M_PI
Using the little "PI = std::acos(-1);" trick to avoid include issues
This commit is contained in:
committed by
Roland Winklmeier
parent
da94b6c0df
commit
75c481228f
@@ -27,6 +27,7 @@
|
||||
#include <QMetaType>
|
||||
#include <QString>
|
||||
#include <QtGlobal>
|
||||
#include <QtMath>
|
||||
#include <cstddef>
|
||||
|
||||
//
|
||||
@@ -214,7 +215,6 @@ namespace BlackMisc
|
||||
(void)QT_TRANSLATE_NOOP("CMeasurementUnit", "-%L1 %L2 %L3");
|
||||
}
|
||||
|
||||
|
||||
//! Sexagesimal degree (degrees, minutes, decimal minutes)
|
||||
static CAngleUnit sexagesimalDegMin()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user