1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:57:46 +00:00

WindowServer: Fix minor header dependency issue.

This commit is contained in:
Andreas Kling 2019-04-20 12:49:11 +02:00
parent 405fe4f72c
commit 6aead8998a

View file

@ -1,5 +1,6 @@
#pragma once
#include <AK/OwnPtr.h>
#include <AK/Vector.h>
class Painter;