summaryrefslogtreecommitdiff
path: root/AK/ScopeGuard.h
diff options
context:
space:
mode:
Diffstat (limited to 'AK/ScopeGuard.h')
-rw-r--r--AK/ScopeGuard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/AK/ScopeGuard.h b/AK/ScopeGuard.h
index cfa0ccae2b..2897203465 100644
--- a/AK/ScopeGuard.h
+++ b/AK/ScopeGuard.h
@@ -50,5 +50,7 @@ private:
}
+#if USING_AK_GLOBALLY
using AK::ArmedScopeGuard;
using AK::ScopeGuard;
+#endif