Skip to content

Commit

Permalink
add missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
ammen99 committed Feb 18, 2025
1 parent 990474d commit abc4394
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/api/wayfire/toplevel.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include <optional>
#include <wayfire/nonstd/wlroots.hpp>
#include "wayfire/geometry.hpp"
#include "wayfire/object.hpp"
#include <wayfire/txn/transaction-object.hpp>
Expand Down
1 change: 1 addition & 0 deletions src/core/seat/hotspot-manager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <wayfire/util/log.hpp>
#include <wayfire/signal-definitions.hpp>
#include <wayfire/nonstd/wlroots-full.hpp>
#include <any>

namespace wf
{
Expand Down
1 change: 1 addition & 0 deletions src/core/seat/touch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include "wayfire/output.hpp"
#include "wayfire/util.hpp"
#include "wayfire/output-layout.hpp"
#include <glm/glm.hpp>

class touch_timer_adapter_t : public wf::touch::timer_interface_t
{
Expand Down
1 change: 1 addition & 0 deletions src/output/render-manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <wayfire/util/log.hpp>
#include <wayfire/nonstd/wlroots-full.hpp>
#include <wlr/types/wlr_gamma_control_v1.h>
#include <wayfire/output-layout.hpp>

namespace wf
{
Expand Down
1 change: 1 addition & 0 deletions src/output/workarea.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "wayfire/signal-provider.hpp"
#include <wayfire/output.hpp>
#include <wayfire/signal-definitions.hpp>
#include <wayfire/output-layout.hpp>

struct wf::output_workarea_manager_t::impl
{
Expand Down

0 comments on commit abc4394

Please sign in to comment.