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:
authorSergey Magidovich <mgsergio@mapswithme.com>2016-05-17 17:11:17 +0300
committerSergey Magidovich <mgsergio@mapswithme.com>2016-05-25 13:17:08 +0300
commit46b0728df00db943fe5f94e18bd8ce65bef9c5cf (patch)
tree244fe567486385ebdda78a9554fd6a7bb45d6573 /std
parentb779e8c366f7e3317b869aef4e308bd5b3f9ee1b (diff)
Implement fields validation in editor.
Diffstat (limited to 'std')
-rw-r--r--std/cmath.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/cmath.hpp b/std/cmath.hpp
index e2dcffaf63..b58de179db 100644
--- a/std/cmath.hpp
+++ b/std/cmath.hpp
@@ -13,6 +13,7 @@
using std::abs;
using std::isfinite;
+using std::log10;
namespace math
{