diff options
Diffstat (limited to 'AK/Bitmap.h')
-rw-r--r-- | AK/Bitmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AK/Bitmap.h b/AK/Bitmap.h index c2f6993f76..cd89ff2996 100644 --- a/AK/Bitmap.h +++ b/AK/Bitmap.h @@ -1,6 +1,6 @@ #pragma once -#include "StdLib.h" +#include "StdLibExtras.h" #include "Types.h" #include "kmalloc.h" #include "Assertions.h" |