summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/util.h')
-rw-r--r--Build/source/utils/asymptote/util.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/util.h b/Build/source/utils/asymptote/util.h
index 145f9717faf..599d97a61ca 100644
--- a/Build/source/utils/asymptote/util.h
+++ b/Build/source/utils/asymptote/util.h
@@ -122,6 +122,8 @@ inline Int Abs(Int x) {
}
unsigned unsignedcast(Int n);
+unsignedInt unsignedIntcast(Int n);
int intcast(Int n);
-
+Int Intcast(unsignedInt n);
+
#endif