diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-26 00:23:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-12-26 00:27:12 +0100 |
| commit | 795a2dad51ebcbecae5fb437fa29dce22d97c8a7 (patch) | |
| tree | b314d8d9a8a29a39af343ddb71a550bae0d28c2a | |
| parent | 52f2734861c86ad762603afc5d3c51c056fc5505 (diff) | |
Add some now-required includes.
| -rw-r--r-- | src/lib/string_text_file.cc | 1 | ||||
| -rw-r--r-- | src/wx/content_properties_dialog.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/string_text_file.cc b/src/lib/string_text_file.cc index f5d5e0d2a..27148cbde 100644 --- a/src/lib/string_text_file.cc +++ b/src/lib/string_text_file.cc @@ -23,6 +23,7 @@ #include "exceptions.h" #include "string_text_file.h" #include "string_text_file_content.h" +#include <dcp/array_data.h> #include <dcp/file.h> #include <sub/collect.h> #include <sub/exceptions.h> diff --git a/src/wx/content_properties_dialog.h b/src/wx/content_properties_dialog.h index c7efa4497..d263a6405 100644 --- a/src/wx/content_properties_dialog.h +++ b/src/wx/content_properties_dialog.h @@ -23,6 +23,7 @@ #include "lib/user_property.h" #include <list> #include <map> +#include <memory> class Content; |
