summaryrefslogtreecommitdiff
path: root/AK/RefCounted.h
diff options
context:
space:
mode:
Diffstat (limited to 'AK/RefCounted.h')
-rw-r--r--AK/RefCounted.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/AK/RefCounted.h b/AK/RefCounted.h
index 13cb082391..7f5eb5eb19 100644
--- a/AK/RefCounted.h
+++ b/AK/RefCounted.h
@@ -72,5 +72,7 @@ public:
}
+#if USING_AK_GLOBALLY
using AK::RefCounted;
using AK::RefCountedBase;
+#endif