mirror of
https://github.com/polybar/polybar.git
synced 2025-12-01 12:07:57 +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:
@ -7,6 +7,7 @@
|
||||
#include <type_traits>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
#include <cstdint>
|
||||
|
||||
#include "settings.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user