summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/algebra3.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/algebra3.cc')
-rw-r--r--Build/source/utils/asymptote/algebra3.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/algebra3.cc b/Build/source/utils/asymptote/algebra3.cc
index 203b430c2ed..4b76942815f 100644
--- a/Build/source/utils/asymptote/algebra3.cc
+++ b/Build/source/utils/asymptote/algebra3.cc
@@ -75,7 +75,7 @@
#include "algebra3.h"
#include <cmath>
-static const double radians=acos(-1)/180.0;
+static const double radians=std::acos(-1)/180.0;
#ifdef VEC_ERROR_FATAL
#ifndef VEC_ERROR