diff options
author | Andreas Kling <awesomekling@gmail.com> | 2018-12-21 02:18:16 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2018-12-21 02:18:16 +0100 |
commit | a9f256a74562bb02e2838606581131d1752e9cfd (patch) | |
tree | 8ebd123cbb84f5149ff603964aaa20957e463557 /Widgets/Button.h | |
parent | ec1c487dcd7de331d17d9c9ccc21dfbfa00dd4c8 (diff) | |
download | serenity-a9f256a74562bb02e2838606581131d1752e9cfd.zip |
Make the Widgets/ directory build again.
Diffstat (limited to 'Widgets/Button.h')
-rw-r--r-- | Widgets/Button.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Widgets/Button.h b/Widgets/Button.h index ed0327196c..033fb86da1 100644 --- a/Widgets/Button.h +++ b/Widgets/Button.h @@ -1,7 +1,7 @@ #pragma once #include "Widget.h" -#include <AK/String.h> +#include <AK/AKString.h> class Button final : public Widget { public: |