summaryrefslogtreecommitdiff
path: root/Widgets/Button.h
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2018-12-21 02:18:16 +0100
committerAndreas Kling <awesomekling@gmail.com>2018-12-21 02:18:16 +0100
commita9f256a74562bb02e2838606581131d1752e9cfd (patch)
tree8ebd123cbb84f5149ff603964aaa20957e463557 /Widgets/Button.h
parentec1c487dcd7de331d17d9c9ccc21dfbfa00dd4c8 (diff)
downloadserenity-a9f256a74562bb02e2838606581131d1752e9cfd.zip
Make the Widgets/ directory build again.
Diffstat (limited to 'Widgets/Button.h')
-rw-r--r--Widgets/Button.h2
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: