diff options
Diffstat (limited to 'AK/Result.h')
-rw-r--r-- | AK/Result.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/AK/Result.h b/AK/Result.h index c4ff023759..9deaed9620 100644 --- a/AK/Result.h +++ b/AK/Result.h @@ -118,4 +118,6 @@ private: } +#if USING_AK_GLOBALLY using AK::Result; +#endif |