summaryrefslogtreecommitdiff
path: root/AK/Math.h
diff options
context:
space:
mode:
Diffstat (limited to 'AK/Math.h')
-rw-r--r--AK/Math.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/AK/Math.h b/AK/Math.h
index 609e53d3fb..247bafbe65 100644
--- a/AK/Math.h
+++ b/AK/Math.h
@@ -775,4 +775,6 @@ constexpr T ceil(T num)
#undef AARCH64_INSTRUCTION
}
+#if USING_AK_GLOBALLY
using AK::round_to;
+#endif