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
path: root/words
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2011-04-12 23:28:00 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:15:38 +0300
commitd2f10518e1a3bc03b0c3f2744087e5cd9365c869 (patch)
tree94ae672b15fd37aff81aa21a5d12f11b933c9bb2 /words
parentcb00fd9a7538ee153a46d15094211ac32df9d969 (diff)
[gcc] Fixed build error
Diffstat (limited to 'words')
-rw-r--r--words/words.pro2
-rw-r--r--words/words_tests/sorted_index_test.cpp1
-rw-r--r--words/words_tests/words_tests.pro2
3 files changed, 3 insertions, 2 deletions
diff --git a/words/words.pro b/words/words.pro
index e5e02b172f..19994272db 100644
--- a/words/words.pro
+++ b/words/words.pro
@@ -3,7 +3,7 @@ TEMPLATE = lib
CONFIG += staticlib
ROOT_DIR = ..
-DEPENDENCIES = bzip2 zlib base coding
+DEPENDENCIES = coding base zlib bzip2
include($$ROOT_DIR/common.pri)
diff --git a/words/words_tests/sorted_index_test.cpp b/words/words_tests/sorted_index_test.cpp
index 65c03448db..de5d8db8a0 100644
--- a/words/words_tests/sorted_index_test.cpp
+++ b/words/words_tests/sorted_index_test.cpp
@@ -7,6 +7,7 @@
#include "../../std/set.hpp"
#include "../../std/string.hpp"
#include "../../std/vector.hpp"
+#include "../../std/stdio.hpp"
namespace
{
diff --git a/words/words_tests/words_tests.pro b/words/words_tests/words_tests.pro
index 069186b771..3056ec2749 100644
--- a/words/words_tests/words_tests.pro
+++ b/words/words_tests/words_tests.pro
@@ -4,7 +4,7 @@ CONFIG += console
CONFIG -= app_bundle
ROOT_DIR = ../..
-DEPENDENCIES = bzip2 zlib base coding words
+DEPENDENCIES = words coding base zlib bzip2
include($$ROOT_DIR/common.pri)