summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/MenuItem.h
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2021-09-16 21:07:58 +0200
committerLinus Groh <mail@linusgroh.de>2021-10-06 23:52:40 +0100
commit9d2e06b03936d3b7c7eae2f6e6fa59f35cb62ca1 (patch)
tree7ece9e22be347772c62e15c86013e805240c0efe /Userland/Libraries/LibGUI/MenuItem.h
parent5f25182cd596768ae0be04d75308ab27c86d70cf (diff)
downloadserenity-9d2e06b03936d3b7c7eae2f6e6fa59f35cb62ca1.zip
LibGUI: Add missing headers
Diffstat (limited to 'Userland/Libraries/LibGUI/MenuItem.h')
-rw-r--r--Userland/Libraries/LibGUI/MenuItem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibGUI/MenuItem.h b/Userland/Libraries/LibGUI/MenuItem.h
index 6a95dbefe9..b67cab9f5c 100644
--- a/Userland/Libraries/LibGUI/MenuItem.h
+++ b/Userland/Libraries/LibGUI/MenuItem.h
@@ -6,6 +6,7 @@
#pragma once
+#include <AK/Badge.h>
#include <AK/Forward.h>
#include <AK/RefPtr.h>
#include <LibGUI/Forward.h>