error: use of undeclared identifier 'fabs'.
--HG-- branch : develop
This commit is contained in:
parent
fc083fc667
commit
952e7d06b4
|
@ -30,6 +30,7 @@
|
||||||
#include "vspline_p.h"
|
#include "vspline_p.h"
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <QPainterPath>
|
#include <QPainterPath>
|
||||||
|
#include <QtCore/qmath.h>
|
||||||
|
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
#include <QtSvg>
|
#include <QtSvg>
|
||||||
#include <QPrinter>
|
#include <QPrinter>
|
||||||
#include "core/vapplication.h"
|
#include "core/vapplication.h"
|
||||||
|
#include <QtCore/qmath.h>
|
||||||
|
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
# define PDFTOPS "pdftops.exe"
|
# define PDFTOPS "pdftops.exe"
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
#include "../../geometry/vpointf.h"
|
#include "../../geometry/vpointf.h"
|
||||||
#include "../../container/vformula.h"
|
#include "../../container/vformula.h"
|
||||||
#include "../../visualization/vistoolpointofcontact.h"
|
#include "../../visualization/vistoolpointofcontact.h"
|
||||||
|
#include <QtCore/qmath.h>
|
||||||
|
|
||||||
const QString VToolPointOfContact::ToolType = QStringLiteral("pointOfContact");
|
const QString VToolPointOfContact::ToolType = QStringLiteral("pointOfContact");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user