diff options
Diffstat (limited to 'DevTools/HackStudio')
-rw-r--r-- | DevTools/HackStudio/EditorWrapper.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/DevTools/HackStudio/EditorWrapper.cpp b/DevTools/HackStudio/EditorWrapper.cpp index 6bc452ba44..9cc1a63d81 100644 --- a/DevTools/HackStudio/EditorWrapper.cpp +++ b/DevTools/HackStudio/EditorWrapper.cpp @@ -30,6 +30,7 @@ #include <LibGUI/BoxLayout.h> #include <LibGUI/InputBox.h> #include <LibGUI/Label.h> +#include <LibGfx/Font.h> extern RefPtr<EditorWrapper> g_current_editor_wrapper; |