1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 04:37:34 +00:00

Make the Widgets/ directory build again.

This commit is contained in:
Andreas Kling 2018-12-21 02:18:16 +01:00
parent ec1c487dcd
commit a9f256a745
10 changed files with 10 additions and 10 deletions

View file

@ -2,7 +2,7 @@
#include "Painter.h"
#include "Font.h"
#include "CBitmap.h"
#include <AK/StdLib.h>
#include <AK/StdLibExtras.h>
TextBox::TextBox(Widget* parent)
: Widget(parent)