Fix build with newer Boost. Taken from upstream: https://github.com/fifengine/fifengine/commit/8072f18a9bf4e75c3e1b197b6ccda11e82954460 diff --git a/engine/core/vfs/zip/zipnode.cpp b/engine/core/vfs/zip/zipnode.cpp --- a/engine/core/vfs/zip/zipnode.cpp +++ b/engine/core/vfs/zip/zipnode.cpp @@ -28,6 +28,7 @@ #include "vfs/fife_boost_filesystem.h" #include "zipnode.h" +#include namespace { /** helper function to find a value in a ZipNodeContainer '>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/dyninst-fix-glibc-compatibility.patch
AgeCommit message (Expand)Author
2023-06-24gnu: dyninst: Fix runtime error with new glibc....* gnu/packages/patches/dyninst-fix-glibc-compatibility.patch: New file. * gnu/packages/instrumentation.scm (dyninst)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Olivier Dion