Skip to content

Commit

Permalink
Taskbar: Include ScreenLayout.h from Services directory
Browse files Browse the repository at this point in the history
While trying to include `Desktop.h` for the SDL2 port, compilation
failed on finding this include. Specify the full include path to make
it work.
  • Loading branch information
gmta authored and IdanHo committed Jan 12, 2022
1 parent a121c91 commit 263348f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Userland/Services/Taskbar/TaskbarWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <LibGUI/Widget.h>
#include <LibGUI/Window.h>
#include <LibGfx/ShareableBitmap.h>
#include <WindowServer/ScreenLayout.h>
#include <Services/WindowServer/ScreenLayout.h>

class TaskbarWindow final : public GUI::Window {
C_OBJECT(TaskbarWindow);
Expand Down

0 comments on commit 263348f

Please sign in to comment.