mirror of
https://github.com/polybar/polybar.git
synced 2026-02-05 18:55:38 +00:00
Add missing <stdexcept> header
This is dependent on a PR to xpp that does the same. Newer compilers (GCC10 in particular) are stricter about which headers provide the std exception types.
This commit is contained in:
committed by
Patrick Ziegler
parent
fdf4d0c1a5
commit
34e742e000
@ -2,6 +2,7 @@
|
||||
|
||||
#include <cerrno>
|
||||
#include <cstring>
|
||||
#include <stdexcept>
|
||||
|
||||
#include "common.hpp"
|
||||
|
||||
|
||||
2
lib/xpp
2
lib/xpp
Submodule lib/xpp updated: c5036690ad...f70dd8bb50
Reference in New Issue
Block a user