summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/StylePainter.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/LibGfx/StylePainter.h
parent5f25182cd596768ae0be04d75308ab27c86d70cf (diff)
downloadserenity-9d2e06b03936d3b7c7eae2f6e6fa59f35cb62ca1.zip
LibGUI: Add missing headers
Diffstat (limited to 'Userland/Libraries/LibGfx/StylePainter.h')
-rw-r--r--Userland/Libraries/LibGfx/StylePainter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibGfx/StylePainter.h b/Userland/Libraries/LibGfx/StylePainter.h
index f8b24362db..6738179031 100644
--- a/Userland/Libraries/LibGfx/StylePainter.h
+++ b/Userland/Libraries/LibGfx/StylePainter.h
@@ -8,6 +8,7 @@
#include <AK/Forward.h>
#include <LibGfx/Forward.h>
+#include <LibGfx/Orientation.h>
namespace Gfx {