diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2023-12-25 23:02:07 +0000 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2023-12-25 23:02:07 +0000 |
| commit | 2777f2e4582b79a366cef66b415c799362427344 (patch) | |
| tree | 79f1a2b5a21199b83b2aa38f72290830d2d7a10b /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | f6ece27ed4a1984d636c433544524a716eb8ebab (diff) | |
hdt: fix `gcc-13` build failure
Without the change build fails on `gcc-13` on `staging-next` as:
src/util/StopWatch.cpp: In static member function 'static std::string StopWatch::toHuman(long long unsigned int)':
src/util/StopWatch.cpp:166:5: error: 'uint64_t' was not declared in this scope
166 | uint64_t tot_secs = time/1000000;
| ^~~~~~~~
src/util/StopWatch.cpp:36:1: note: 'uint64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
35 | #include "StopWatch.hpp"
+++ |+#include <cstdint>
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
