diff options
Diffstat (limited to 'AK/IterationDecision.h')
-rw-r--r-- | AK/IterationDecision.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/AK/IterationDecision.h b/AK/IterationDecision.h index e1629b139f..825217e775 100644 --- a/AK/IterationDecision.h +++ b/AK/IterationDecision.h @@ -6,6 +6,8 @@ #pragma once +#include <AK/Platform.h> + namespace AK { enum class IterationDecision { @@ -15,4 +17,6 @@ enum class IterationDecision { } +#if USING_AK_GLOBALLY using AK::IterationDecision; +#endif |