mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +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
|
||||
#define BLACKMISC_PQUNITS_H
|
||||
|
||||
#include "blackmisc/pqbase.h"
|
||||
#include <math.h>
|
||||
#include <QtCore/qmath.h>
|
||||
|
||||
//
|
||||
// Used with the template for quantities. This is the reason for
|
||||
|
||||
Reference in New Issue
Block a user