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:
authorMaxim Pimenov <m@maps.me>2016-10-04 19:17:18 +0300
committerMaxim Pimenov <m@maps.me>2016-10-12 14:12:05 +0300
commitd08a086c592c57c8a0bb1f85233e4405dadc69de (patch)
treeff5148c8cb71d575a418bbfb7dcf8fae42b9fd76 /std
parentb624f9f227a25e0720f2a453b29edc0b80f5c259 (diff)
[coding] Added a serialization method for traffic coords.
Diffstat (limited to 'std')
-rw-r--r--std/cmath.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/std/cmath.hpp b/std/cmath.hpp
index b58de179db..4bcc07885a 100644
--- a/std/cmath.hpp
+++ b/std/cmath.hpp
@@ -12,7 +12,9 @@
#endif
using std::abs;
+using std::cos;
using std::isfinite;
+using std::sin;
using std::log10;
namespace math