mirror of
https://github.com/polybar/polybar.git
synced 2026-03-01 13:50:06 +00:00
build: Add missing includes
Fixes #2614 Ref: https://gcc.gnu.org/gcc-12/porting_to.html
This commit is contained in:
committed by
Patrick Ziegler
parent
4350e356a7
commit
24e079afef
@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <atomic>
|
||||
|
||||
#include "modules/meta/timer_module.hpp"
|
||||
#include "settings.hpp"
|
||||
#include "utils/http.hpp"
|
||||
@ -37,6 +39,6 @@ namespace modules {
|
||||
bool m_empty_notifications{false};
|
||||
std::atomic<bool> m_offline{false};
|
||||
};
|
||||
} // namespace modules
|
||||
} // namespace modules
|
||||
|
||||
POLYBAR_NS_END
|
||||
|
||||
Reference in New Issue
Block a user