diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2024-02-10 23:02:59 +0000 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2024-02-11 17:19:57 +0000 |
| commit | 9687bedc4c89d8ec12ab2cd2a8fc142f63511259 (patch) | |
| tree | d0ad4acbe046ccd061fe2b1092e3fa5914118aca /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | ef6206934d5726ed9315ac78879f5ba2a6b55785 (diff) | |
sgx-azure-dcap-client: fix `gcc-13` build failure
Without the change build fails on `master` as
https://hydra.nixos.org/build/247706272:
local_cache.cpp: In function 'void throw_if(bool, const std::string&)':
local_cache.cpp:40:20: error: 'runtime_error' is not a member of 'std'
40 | throw std::runtime_error(error);
| ^~~~~~~~~~~~~
local_cache.cpp:17:1: note: 'std::runtime_error' is defined in header '<stdexcept>'; did you forget to '#include <stdexcept>'?
16 | #include <sys/file.h>
+++ |+#include <stdexcept>
17 | #include <sys/stat.h>
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
