From 224241adde38b71fec92d242a119df012c9c3cc0 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Mon, 15 Jun 2015 16:14:10 +0300 Subject: [PATCH] More independent class VSettings. --HG-- branch : feature --- src/app/core/vsettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/core/vsettings.cpp b/src/app/core/vsettings.cpp index 0feb75525..7531d3dc8 100644 --- a/src/app/core/vsettings.cpp +++ b/src/app/core/vsettings.cpp @@ -33,7 +33,7 @@ #include #include -#include "../xml/vabstractmeasurements.h" +#include "../../libs/ifc/ifcdef.h" #if QT_VERSION < QT_VERSION_CHECK(5, 1, 0) # include "../../libs/vmisc/vmath.h"