diff options
Diffstat (limited to 'test/dcp_font_test.cc')
| -rw-r--r-- | test/dcp_font_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dcp_font_test.cc b/test/dcp_font_test.cc index 313ff939..1a78bfd2 100644 --- a/test/dcp_font_test.cc +++ b/test/dcp_font_test.cc @@ -44,8 +44,8 @@ using std::list; using std::string; -using boost::shared_ptr; -using boost::dynamic_pointer_cast; +using std::shared_ptr; +using std::dynamic_pointer_cast; using boost::shared_array; /** Create a DCP with interop subtitles and check that the font is written and read back correctly */ |
