summaryrefslogtreecommitdiff
path: root/Games
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-02-14 23:53:11 +0100
committerAndreas Kling <kling@serenityos.org>2020-02-14 23:53:11 +0100
commit34c7322d77ce4dba73d985e4a1869efe58d96564 (patch)
treeab5d6a54121c5f6c27974cdf1b16910dc3ea0827 /Games
parent08cae2773d7b4ab663d05fc0a89069a4943e6218 (diff)
downloadserenity-34c7322d77ce4dba73d985e4a1869efe58d96564.zip
LibGUI: Remove some header dependencies from Widget.h
Diffstat (limited to 'Games')
-rw-r--r--Games/Snake/SnakeGame.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Games/Snake/SnakeGame.cpp b/Games/Snake/SnakeGame.cpp
index 8cebca5c26..a560d895d6 100644
--- a/Games/Snake/SnakeGame.cpp
+++ b/Games/Snake/SnakeGame.cpp
@@ -28,6 +28,7 @@
#include <LibGUI/FontDatabase.h>
#include <LibGUI/Painter.h>
#include <LibGfx/Bitmap.h>
+#include <LibGfx/Font.h>
#include <stdlib.h>
#include <time.h>