diff --git a/AK/Platform.h b/AK/Platform.h index b1c5eeaf377..cbed20c9ac8 100644 --- a/AK/Platform.h +++ b/AK/Platform.h @@ -7,6 +7,10 @@ #pragma once +#if __has_include() +# include +#endif + #ifndef USING_AK_GLOBALLY # define USING_AK_GLOBALLY 1 #endif