mirror of
https://github.com/polybar/polybar.git
synced 2026-03-29 19:46:49 +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
0e50a8e9e2
commit
54816fe251
@ -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