error: use of undeclared identifier 'fabs'.

--HG--
branch : develop
This commit is contained in:
dismine 2014-10-05 23:53:58 +03:00
parent fc083fc667
commit 952e7d06b4
3 changed files with 3 additions and 0 deletions

View file

@ -30,6 +30,7 @@
#include "vspline_p.h"
#include <QDebug>
#include <QPainterPath>
#include <QtCore/qmath.h>
//---------------------------------------------------------------------------------------------------------------------
/**

View file

@ -32,6 +32,7 @@
#include <QtSvg>
#include <QPrinter>
#include "core/vapplication.h"
#include <QtCore/qmath.h>
#ifdef Q_OS_WIN
# define PDFTOPS "pdftops.exe"

View file

@ -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");