From 392d4e0acfa5e6e7fe162bdbf30127e162402e02 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 9 Jul 2025 22:37:25 +0200 Subject: Add missing #includes. --- src/lib/collator.cc | 1 + src/lib/unzipper.cc | 1 + src/lib/uploader.cc | 5 +++-- src/lib/variant.h | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/collator.cc b/src/lib/collator.cc index 21e89fd78..7fc846ebe 100644 --- a/src/lib/collator.cc +++ b/src/lib/collator.cc @@ -29,6 +29,7 @@ #include #include #include +#include #include #include diff --git a/src/lib/unzipper.cc b/src/lib/unzipper.cc index 9dc936111..d0f30f01f 100644 --- a/src/lib/unzipper.cc +++ b/src/lib/unzipper.cc @@ -22,6 +22,7 @@ #include "dcpomatic_assert.h" #include "exceptions.h" #include "unzipper.h" +#include #include #include #include diff --git a/src/lib/uploader.cc b/src/lib/uploader.cc index 8ed2a73f8..d21f7ff66 100644 --- a/src/lib/uploader.cc +++ b/src/lib/uploader.cc @@ -22,13 +22,14 @@ #include "uploader.h" #include "dcpomatic_assert.h" #include "compose.hpp" +#include #include "i18n.h" -using std::string; -using std::shared_ptr; using std::function; +using std::shared_ptr; +using std::string; Uploader::Uploader (function set_status, function set_progress) diff --git a/src/lib/variant.h b/src/lib/variant.h index 9a42f3eca..affee08a0 100644 --- a/src/lib/variant.h +++ b/src/lib/variant.h @@ -20,6 +20,7 @@ #include "compose.hpp" +#include namespace variant -- cgit v1.2.3