Test build fixes. crop-fix-v2.14.x v2.14.43
authorCarl Hetherington <cth@carlh.net>
Tue, 17 Nov 2020 00:56:49 +0000 (01:56 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 17 Nov 2020 08:59:30 +0000 (09:59 +0100)
test/subtitle_charset_test.cc
test/test.h
test/threed_test.cc

index 29dabe4bb5802a6f6ae105e1c746bf6f3d750cff..5136bed89f342f206c5236589ee6e37d428c6b95 100644 (file)
@@ -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;
index 3a11effa101b1628efc1022012d9ff944b1bb265..7c0d7491fcc0fe205e6b9e39a745506eed976517 100644 (file)
@@ -20,6 +20,7 @@
 
 #include <Magick++.h>
 #include <boost/filesystem.hpp>
+#include <boost/shared_ptr.hpp>
 
 class Film;
 class Image;
index bf6ad218069e6efd6a41800fa0d63d880c75c758..9b3e6611ebaf30bff237865593f0a47cfe9dabe3 100644 (file)
@@ -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>