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:
authorvng <viktor.govako@gmail.com>2011-12-13 18:19:56 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:30:13 +0300
commit76197901a91ecb59ab0dffb1ad66a8570ce47604 (patch)
tree5181035b01cdef53b703ab88816793a87f26b884 /std
parent9dcc22e996f4971d2283d293d5cdb60fe3e20642 (diff)
Store feature names in temporary file during search index generation.
Diffstat (limited to 'std')
-rw-r--r--std/iterator_facade.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/iterator_facade.hpp b/std/iterator_facade.hpp
index 232956644e..613240d19f 100644
--- a/std/iterator_facade.hpp
+++ b/std/iterator_facade.hpp
@@ -8,6 +8,7 @@
#include <boost/iterator/iterator_facade.hpp>
using boost::iterator_facade;
using boost::random_access_traversal_tag;
+using boost::forward_traversal_tag;
#ifdef DEBUG_NEW
#define new DEBUG_NEW