fix(sway): add missing includes for GCC 13
See also: https://gcc.gnu.org/gcc-13/porting_to.htmlpull/1959/head
parent
bc07a82579
commit
ca9d237b00
|
@ -8,6 +8,7 @@
|
|||
#include <cstring>
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
#include <string>
|
||||
|
||||
#include "ipc.hpp"
|
||||
#include "util/sleeper_thread.hpp"
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
#include <fcntl.h>
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
namespace waybar::modules::sway {
|
||||
|
||||
Ipc::Ipc() {
|
||||
|
|
Loading…
Reference in New Issue