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 <QDebug>
|
||||
#include <QPainterPath>
|
||||
#include <QtCore/qmath.h>
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
/**
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
#include <QtSvg>
|
||||
#include <QPrinter>
|
||||
#include "core/vapplication.h"
|
||||
#include <QtCore/qmath.h>
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
# define PDFTOPS "pdftops.exe"
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
#include "../../geometry/vpointf.h"
|
||||
#include "../../container/vformula.h"
|
||||
#include "../../visualization/vistoolpointofcontact.h"
|
||||
#include <QtCore/qmath.h>
|
||||
|
||||
const QString VToolPointOfContact::ToolType = QStringLiteral("pointOfContact");
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user