summaryrefslogtreecommitdiff
path: root/AK/DateConstants.h
diff options
context:
space:
mode:
Diffstat (limited to 'AK/DateConstants.h')
-rw-r--r--AK/DateConstants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/AK/DateConstants.h b/AK/DateConstants.h
index e1de17e764..939ac4aa85 100644
--- a/AK/DateConstants.h
+++ b/AK/DateConstants.h
@@ -39,9 +39,11 @@ static constexpr Array<StringView, 12> short_month_names = {
}
+#if USING_AK_GLOBALLY
using AK::long_day_names;
using AK::long_month_names;
using AK::micro_day_names;
using AK::mini_day_names;
using AK::short_day_names;
using AK::short_month_names;
+#endif