X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fzipper.h;h=8b634423dc4d5a0552e57aade7b4daf5ebe5b1f8;hb=HEAD;hp=9f3e867c773c78e6ab8c8f22c2a855c64f7902cc;hpb=b249700e1da7dd6631a8b4440587f4093a2bdef1;p=dcpomatic.git diff --git a/src/lib/zipper.h b/src/lib/zipper.h index 9f3e867c7..8b634423d 100644 --- a/src/lib/zipper.h +++ b/src/lib/zipper.h @@ -20,13 +20,14 @@ #include +#include #include class Zipper { public: - Zipper (boost::filesystem::path file); + explicit Zipper(boost::filesystem::path file); ~Zipper (); Zipper (Zipper const&) = delete;