summaryrefslogtreecommitdiff
path: root/LibGUI
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-02-17 00:36:55 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-02-17 00:36:55 +0100
commit10d6f9ce317945020ef9451b433450e2ed6a2b14 (patch)
treee88b8f9c62fab3a5aa2b0c57695c70f9b74e93e4 /LibGUI
parent53c69dbadee320b24d2ba1e44da5d987c252bb7a (diff)
downloadserenity-10d6f9ce317945020ef9451b433450e2ed6a2b14.zip
SharedGraphics: Removed some unused stuff from Font.
Diffstat (limited to 'LibGUI')
-rw-r--r--LibGUI/GScrollBar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/LibGUI/GScrollBar.cpp b/LibGUI/GScrollBar.cpp
index 6c5ea1d82f..e8d4bd3055 100644
--- a/LibGUI/GScrollBar.cpp
+++ b/LibGUI/GScrollBar.cpp
@@ -1,5 +1,6 @@
#include <LibGUI/GScrollBar.h>
#include <LibGUI/GStyle.h>
+#include <SharedGraphics/CharacterBitmap.h>
#include <SharedGraphics/GraphicsBitmap.h>
#include <SharedGraphics/Painter.h>