mirror of
https://github.com/polybar/polybar.git
synced 2025-10-29 03:13:04 +00:00
Fix missing cstdint header for compiling with gcc15.
See https://gcc.gnu.org/gcc-15/porting_to.html for the details.
This commit is contained in:
parent
455d63611a
commit
f99e0b1c7a
@ -7,6 +7,7 @@
|
||||
#include <type_traits>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
#include <cstdint>
|
||||
|
||||
#include "settings.hpp"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user