summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AK/Types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/AK/Types.h b/AK/Types.h
index b478185e60..7e8100cc46 100644
--- a/AK/Types.h
+++ b/AK/Types.h
@@ -65,6 +65,8 @@ namespace std { // NOLINT(cert-dcl58-cpp) nullptr_t must be in ::std:: for some
using nullptr_t = decltype(nullptr);
}
+using nullptr_t = std::nullptr_t;
+
static constexpr FlatPtr explode_byte(u8 b)
{
FlatPtr value = b;