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:
authorAlex Zolotarev <alex@maps.me>2016-03-17 14:16:02 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:56:39 +0300
commit85dead2eb1bdc401dd4f415f8fb697c579a55c57 (patch)
tree7b8d3b226175f4734a415ebec5993bfce1ccb8d7 /std
parentac61f4e77b9f7dcea82aadaeaccfd2ecf7135908 (diff)
isfinite compilation fix.
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 0601e73eaa..e2dcffaf63 100644
--- a/std/cmath.hpp
+++ b/std/cmath.hpp
@@ -12,6 +12,7 @@
#endif
using std::abs;
+using std::isfinite;
namespace math
{