Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Yershov <yershov@corp.mail.ru>2015-04-10 12:34:50 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:45:55 +0300
commit8af9575c0f3baa1467b73b45ab25e23bf3cfc9d6 (patch)
tree5bba3c0ab3bfaa36b65394c4fd7d1044a9765397 /qt/update_dialog.hpp
parente605a3ac816747cb7e5d5d207e8f8cbe28d162db (diff)
Fix include path for qt & qt_tstfrm
Diffstat (limited to 'qt/update_dialog.hpp')
-rw-r--r--qt/update_dialog.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/update_dialog.hpp b/qt/update_dialog.hpp
index 6d6f67dcb0..d288a95bcc 100644
--- a/qt/update_dialog.hpp
+++ b/qt/update_dialog.hpp
@@ -1,5 +1,5 @@
#pragma once
-#include "../map/framework.hpp"
+#include "map/framework.hpp"
#include <QtWidgets/QApplication>
#if QT_VERSION < QT_VERSION_CHECK(5, 0, 0)