diff options
author | Andreas Kling <awesomekling@gmail.com> | 2018-12-04 00:27:16 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2018-12-04 00:27:16 +0100 |
commit | ca6847b5bb6d9b86d5f2123533ebfe510c01d880 (patch) | |
tree | 8515f9360e8ade5478edd0acd4d994fe33d8e520 /AK/ByteBuffer.h | |
parent | 405383fd2f9757cebd175c5be9cfa65c48fe15f0 (diff) | |
download | serenity-ca6847b5bb6d9b86d5f2123533ebfe510c01d880.zip |
Import a simple text editor I started working on.
Diffstat (limited to 'AK/ByteBuffer.h')
-rw-r--r-- | AK/ByteBuffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AK/ByteBuffer.h b/AK/ByteBuffer.h index c576ad2b74..b005deefe7 100644 --- a/AK/ByteBuffer.h +++ b/AK/ByteBuffer.h @@ -2,7 +2,7 @@ #include "Buffer.h" #include "Types.h" -#include "StdLib.h" +#include "StdLibExtras.h" namespace AK { |