1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:17:45 +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

@ -4,7 +4,7 @@
#include "Font.h"
#include "Window.h"
#include <AK/Assertions.h>
#include <AK/StdLib.h>
#include <AK/StdLibExtras.h>
#include <SDL.h>
Painter::Painter(Widget& widget)