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/std
diff options
context:
space:
mode:
authorExMix <rahuba.youri@mapswithme.com>2014-11-03 14:28:50 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:27:56 +0300
commit28585566bb2eaf56915833a188015bcc98587cbb (patch)
tree935f2286436059961dff6cbb8ca74a7a5edd75cb /std
parent7287f1391f3c4ab1d03fa3fd5cb45f3a9d0ad11c (diff)
[drape] area shape optimization and glm integration
Diffstat (limited to 'std')
-rw-r--r--std/utility.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/utility.hpp b/std/utility.hpp
index f258363769..0b140c2ad9 100644
--- a/std/utility.hpp
+++ b/std/utility.hpp
@@ -8,6 +8,7 @@
#include <utility>
using std::pair;
using std::make_pair;
+using std::move;
#ifdef DEBUG_NEW
#define new DEBUG_NEW