diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-24 13:01:01 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-24 13:01:01 +0000 |
| commit | a983bc3abceadae75c7fa070ae394a69e6d8bd5b (patch) | |
| tree | dcd4574b828d6f4d4e7e1c568f66d6af55f1e5a3 /src/lib/subtitle_decoder.h | |
| parent | 85c65bd422742813992686c17a5e1b718cc3c449 (diff) | |
Tweaks for libdcp.
Diffstat (limited to 'src/lib/subtitle_decoder.h')
| -rw-r--r-- | src/lib/subtitle_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/subtitle_decoder.h b/src/lib/subtitle_decoder.h index 6a962ca47..e2bd9c9d6 100644 --- a/src/lib/subtitle_decoder.h +++ b/src/lib/subtitle_decoder.h @@ -21,7 +21,7 @@ #define DCPOMATIC_SUBTITLE_DECODER_H #include <boost/signals2.hpp> -#include <libdcp/subtitle_string.h> +#include <dcp/subtitle_string.h> #include "decoder.h" #include "rect.h" #include "types.h" |
