Skip to content

Commit

Permalink
WindowServer: Add missing includes
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
BenWiederhake authored and trflynn89 committed Sep 18, 2022
1 parent 87eac0e commit 929e46f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Userland/Services/WindowServer/SystemEffects.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

#pragma once

#include <AK/StringView.h>
#include <AK/Types.h>
#include <AK/Vector.h>

namespace WindowServer {

Expand Down

0 comments on commit 929e46f

Please sign in to comment.