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:
Diffstat (limited to 'std/functional.hpp')
-rw-r--r--std/functional.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/std/functional.hpp b/std/functional.hpp
index 8cc820767f..7f66ef70d4 100644
--- a/std/functional.hpp
+++ b/std/functional.hpp
@@ -10,6 +10,8 @@ using std::less_equal;
using std::greater;
using std::equal_to;
using std::hash;
+using std::function;
+using std::ref;
#ifdef DEBUG_NEW
#define new DEBUG_NEW