diff options
Diffstat (limited to 'src/reel_closed_caption_asset.cc')
| -rw-r--r-- | src/reel_closed_caption_asset.cc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/reel_closed_caption_asset.cc b/src/reel_closed_caption_asset.cc index 3e4627d3..7d22c0b8 100644 --- a/src/reel_closed_caption_asset.cc +++ b/src/reel_closed_caption_asset.cc @@ -37,11 +37,14 @@ */ -#include "subtitle_asset.h" +#include "dcp_assert.h" #include "reel_closed_caption_asset.h" #include "smpte_subtitle_asset.h" -#include "dcp_assert.h" +#include "subtitle_asset.h" +#include "warnings.h" +LIBDCP_DISABLE_WARNINGS #include <libxml++/libxml++.h> +LIBDCP_ENABLE_WARNINGS using std::string; |
