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:
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 dbd007bf76..0601e73eaa 100644
--- a/std/cmath.hpp
+++ b/std/cmath.hpp
@@ -11,6 +11,8 @@
#define new DEBUG_NEW
#endif
+using std::abs;
+
namespace math
{
double constexpr pi = 3.14159265358979323846;