Fixed build problem on Win7

(grafted from 4d6b1388a31f2f0092699ea73ac5a8de3ec97b18)

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-03-06 14:03:22 +02:00
parent fe220f6305
commit dc162f5085
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;