diff options
Diffstat (limited to 'AK/ScopeGuard.h')
-rw-r--r-- | AK/ScopeGuard.h | 2 |
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 |