mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
including qmath.h instead of math.h fixes problem with M_PI in MSVC
This commit is contained in:
@@ -5,8 +5,9 @@
|
|||||||
|
|
||||||
#ifndef BLACKMISC_PQUNITS_H
|
#ifndef BLACKMISC_PQUNITS_H
|
||||||
#define BLACKMISC_PQUNITS_H
|
#define BLACKMISC_PQUNITS_H
|
||||||
|
|
||||||
#include "blackmisc/pqbase.h"
|
#include "blackmisc/pqbase.h"
|
||||||
#include <math.h>
|
#include <QtCore/qmath.h>
|
||||||
|
|
||||||
//
|
//
|
||||||
// Used with the template for quantities. This is the reason for
|
// Used with the template for quantities. This is the reason for
|
||||||
|
|||||||
Reference in New Issue
Block a user