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:
authorSergey Yershov <yershov@corp.mail.ru>2015-04-16 03:00:23 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:46:06 +0300
commitc58e7810549ea9b6cca2b3b3f8f56a5e7298f97e (patch)
tree9808710bc1dd338a3803b577f02475ff5b25a1d4 /std/type_traits.hpp
parent92140b0b86046d1a6850c0882398fb0572364d76 (diff)
Review fixes
Diffstat (limited to 'std/type_traits.hpp')
-rw-r--r--std/type_traits.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/type_traits.hpp b/std/type_traits.hpp
index 1704426238..59068a4180 100644
--- a/std/type_traits.hpp
+++ b/std/type_traits.hpp
@@ -28,6 +28,7 @@ using std::is_floating_point;
using std::is_integral;
using std::is_arithmetic;
using std::is_pod;
+using std::underlying_type;
/// @todo clang on linux doesn't have is_trivially_copyable.
#ifndef OMIM_OS_LINUX