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:
parent
fdf4d0c1a5
commit
34e742e000
@ -2,6 +2,7 @@
|
||||
|
||||
#include <cerrno>
|
||||
#include <cstring>
|
||||
#include <stdexcept>
|
||||
|
||||
#include "common.hpp"
|
||||
|
||||
|
2
lib/xpp
2
lib/xpp
@ -1 +1 @@
|
||||
Subproject commit c5036690ada6695e187722e66f66eb1178d076ba
|
||||
Subproject commit f70dd8bb50944ab64ab902d9d8ab555599249dc1
|
Loading…
Reference in New Issue
Block a user