summaryrefslogtreecommitdiff
path: root/AK/Bitmap.h
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2018-12-04 00:27:16 +0100
committerAndreas Kling <awesomekling@gmail.com>2018-12-04 00:27:16 +0100
commitca6847b5bb6d9b86d5f2123533ebfe510c01d880 (patch)
tree8515f9360e8ade5478edd0acd4d994fe33d8e520 /AK/Bitmap.h
parent405383fd2f9757cebd175c5be9cfa65c48fe15f0 (diff)
downloadserenity-ca6847b5bb6d9b86d5f2123533ebfe510c01d880.zip
Import a simple text editor I started working on.
Diffstat (limited to 'AK/Bitmap.h')
-rw-r--r--AK/Bitmap.h2
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"