diff options
-rw-r--r-- | AK/RefCounted.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AK/RefCounted.h b/AK/RefCounted.h index 0cf359d98a..361e601286 100644 --- a/AK/RefCounted.h +++ b/AK/RefCounted.h @@ -27,6 +27,7 @@ #pragma once #include <AK/Assertions.h> +#include <AK/Platform.h> #include <AK/StdLibExtras.h> namespace AK { |