Fix for build on drone.io.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-10-08 19:27:39 +03:00
parent daa9f9fbea
commit c630b2e0fc

View file

@ -31,7 +31,7 @@
#include <QTextStream>
#include <QDebug>
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
# include "../libs/vmisc/vmath.h"
# include "../vmisc/vmath.h"
#else
# include <QtMath>
#endif