mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-19 15:58:56 +00:00
WindowServer: Add missing includes
This remained undetected for a long time as HeaderCheck is disabled by default. This commit makes the following file compile again: // file: compile_me.cpp #include <WindowServer/SystemEffects.h> // That's it, this was enough to cause a compilation error.
This commit is contained in:
parent
87eac0e424
commit
929e46f360
Notes:
sideshowbarker
2024-07-17 06:51:50 +09:00
Author: https://github.com/BenWiederhake
Commit: 929e46f360
Pull-request: https://github.com/SerenityOS/serenity/pull/15231
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/davidot
Reviewed-by: https://github.com/trflynn89
1 changed files with 2 additions and 0 deletions
|
@ -6,7 +6,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/StringView.h>
|
||||
#include <AK/Types.h>
|
||||
#include <AK/Vector.h>
|
||||
|
||||
namespace WindowServer {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue