diff options
| author | Luke Granger-Brown <git@lukegb.com> | 2022-01-16 19:37:25 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-01-16 21:00:42 +0100 |
| commit | b090dda8afed4f73349a5fa1e603a734171aa404 (patch) | |
| tree | 8db8f686aa4eacc747fc57bab55e95bea4be1f01 /src/lib/zipper.h | |
| parent | 09f8b57ac237c98eae648fc31093cf22495db740 (diff) | |
Add some missing header includes.
<memory> is needed for std::*_ptr, and <algorithm> for std::transform.
Diffstat (limited to 'src/lib/zipper.h')
| -rw-r--r-- | src/lib/zipper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/zipper.h b/src/lib/zipper.h index 9f3e867c7..f554e2e8f 100644 --- a/src/lib/zipper.h +++ b/src/lib/zipper.h @@ -20,6 +20,7 @@ #include <boost/filesystem.hpp> +#include <memory> #include <vector> |
