Fixed build problem on Win7

--HG--
branch : release
This commit is contained in:
Valentina Zhuravska 2016-03-02 02:23:07 +02:00
parent 6ecbda8611
commit ef8795d2d2
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
#ifndef QMUTRANSLATION_H
#define QMUTRANSLATION_H
#include "qmuparser_global.h"
#include "../qmuparser/qmuparser_global.h"
#include <QString>
namespace qmu

View file

@ -29,7 +29,7 @@
#ifndef VARCLENGTH_H
#define VARCLENGTH_H
#include "vcurvelength.h"
#include "../vpatterndb/variables/vcurvelength.h"
class VAbstractCurve;