From 4c60127b39972f0ba8f1024e213ca5ff88a49fd5 Mon Sep 17 00:00:00 2001 From: vng Date: Fri, 25 May 2012 17:50:14 +0300 Subject: [PATCH] [linux] Fix compilation. --- geometry/avg_vector.hpp | 1 + map/map_tests/map_tests.pro | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/geometry/avg_vector.hpp b/geometry/avg_vector.hpp index 44770a9114..d11fc92f37 100644 --- a/geometry/avg_vector.hpp +++ b/geometry/avg_vector.hpp @@ -5,6 +5,7 @@ #include "../std/deque.hpp" #include "../std/array.hpp" +#include "../std/memcpy.hpp" namespace math diff --git a/map/map_tests/map_tests.pro b/map/map_tests/map_tests.pro index 6747e03ab5..db221a3b1d 100644 --- a/map/map_tests/map_tests.pro +++ b/map/map_tests/map_tests.pro @@ -6,7 +6,7 @@ CONFIG -= app_bundle TEMPLATE = app ROOT_DIR = ../.. -DEPENDENCIES = map storage search yg indexer platform geometry coding base \ +DEPENDENCIES = map search storage yg indexer platform geometry coding base \ freetype fribidi expat protobuf tomcrypt jansson include($$ROOT_DIR/common.pri)