Skip to content

Commit

Permalink
BugFix: Add #include <list> to various files (#2583)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusbritanicus authored Feb 19, 2025
1 parent c171f62 commit 0682e1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/blur/blur.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <wayfire/per-output-plugin.hpp>
#include <memory>
#include <list>
#include <wayfire/config/types.hpp>
#include <wayfire/plugin.hpp>
#include <wayfire/view.hpp>
Expand Down
1 change: 1 addition & 0 deletions plugins/single_plugins/command.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "wayfire/plugins/common/shared-core-data.hpp"
#include "wayfire/signal-provider.hpp"
#include <cstdint>
#include <list>
#include <wayfire/config/option-types.hpp>
#include <wayfire/config/types.hpp>
#include <wayfire/per-output-plugin.hpp>
Expand Down
1 change: 1 addition & 0 deletions plugins/single_plugins/wsets.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <list>
#include "wayfire/bindings.hpp"
#include "wayfire/object.hpp"
#include "wayfire/seat.hpp"
Expand Down

0 comments on commit 0682e1c

Please sign in to comment.