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