summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-08-19 21:01:28 +0100
committerCarl Hetherington <cth@carlh.net>2014-08-19 21:01:28 +0100
commit9a2b45caa81d8fb056802dfe3c25f214e808ffdf (patch)
tree1cead4781d2a8546c3ba8b8f936d18bf8e8a6403 /test
parentaa3565457977dabb658f41c71e14151473b91f07 (diff)
Use SafeStringStream instead of std::stringstream to try to fix random crashes on OS X.
Diffstat (limited to 'test')
-rw-r--r--test/film_metadata_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/film_metadata_test.cc b/test/film_metadata_test.cc
index c41e86189..c9f4a2c38 100644
--- a/test/film_metadata_test.cc
+++ b/test/film_metadata_test.cc
@@ -17,7 +17,6 @@
*/
-#include <sstream>
#include <boost/test/unit_test.hpp>
#include <boost/filesystem.hpp>
#include <boost/date_time.hpp>