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:
authorArsentiy Milchakov <milcars@mapswithme.com>2016-10-06 20:54:45 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2016-10-10 18:14:45 +0300
commit5a90cb83a64a4faf34a9eeed9b3295ed6abd8b89 (patch)
tree18bc43837f2f40f8d68178827f37e96aad85803a /std
parentf284a8a1392936cb0adbc795896a55c14989f94f (diff)
Uber api with network requests and tests
Diffstat (limited to 'std')
-rw-r--r--std/future.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/future.hpp b/std/future.hpp
index 1ef27855a6..8a72e54dd8 100644
--- a/std/future.hpp
+++ b/std/future.hpp
@@ -7,6 +7,7 @@
#include <future>
using std::async;
+using std::future;
using std::future_status;
using std::launch;