diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-17 01:56:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-17 09:59:30 +0100 |
| commit | fd225e3afb0bcf3e7bfce1018dbc0a4c4bd275f2 (patch) | |
| tree | d7b6e241e2e82dcf45067811881d95a0513d8b42 /test | |
| parent | 236a1636c72edd424a7daf5b938c9da073439cd6 (diff) | |
Test build fixes.v2.14.43crop-fix-v2.14.x
Diffstat (limited to 'test')
| -rw-r--r-- | test/subtitle_charset_test.cc | 1 | ||||
| -rw-r--r-- | test/test.h | 1 | ||||
| -rw-r--r-- | test/threed_test.cc | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/test/subtitle_charset_test.cc b/test/subtitle_charset_test.cc index 29dabe4bb..5136bed89 100644 --- a/test/subtitle_charset_test.cc +++ b/test/subtitle_charset_test.cc @@ -24,6 +24,7 @@ #include "lib/content_factory.h" #include "lib/string_text_file.h" #include "lib/string_text_file_content.h" +#include <boost/shared_ptr.hpp> #include <boost/test/unit_test.hpp> using boost::shared_ptr; diff --git a/test/test.h b/test/test.h index 3a11effa1..7c0d7491f 100644 --- a/test/test.h +++ b/test/test.h @@ -20,6 +20,7 @@ #include <Magick++.h> #include <boost/filesystem.hpp> +#include <boost/shared_ptr.hpp> class Film; class Image; diff --git a/test/threed_test.cc b/test/threed_test.cc index bf6ad2180..9b3e6611e 100644 --- a/test/threed_test.cc +++ b/test/threed_test.cc @@ -34,6 +34,7 @@ #include "lib/cross.h" #include "lib/job.h" #include "lib/dcpomatic_log.h" +#include <boost/shared_ptr.hpp> #include <boost/test/unit_test.hpp> #include <iostream> |
