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:
Diffstat (limited to 'std/complex.hpp')
-rw-r--r--std/complex.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/complex.hpp b/std/complex.hpp
index 3a13f0a5bd..da19ea0f9e 100644
--- a/std/complex.hpp
+++ b/std/complex.hpp
@@ -8,6 +8,7 @@
#include <complex>
using std::complex;
+using std::polar;
#ifdef DEBUG_NEW
#define new DEBUG_NEW