diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-01 16:27:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-01 16:27:41 +0100 |
| commit | 96ea6d27b886ddc3ddedc27edd6a156cf8304cf6 (patch) | |
| tree | 1f31e818030ec8ed19273d765c5d338552f87e6b /src | |
| parent | 0a1b4c69c23d6e4838707fe74f3a55aa7b6c8649 (diff) | |
Bump asdcplib for header movements.
Diffstat (limited to 'src')
| -rw-r--r-- | src/smpte_dcp_reader.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/smpte_dcp_reader.cc b/src/smpte_dcp_reader.cc index 606d9e5..23dd3ce 100644 --- a/src/smpte_dcp_reader.cc +++ b/src/smpte_dcp_reader.cc @@ -20,10 +20,10 @@ #include "smpte_dcp_reader.h" #include "exceptions.h" #include "xml.h" -#include "AS_DCP.h" -#include "KM_util.h" #include "dcp/font.h" #include "dcp/smpte_load_font.h" +#include <asdcp/KM_util.h> +#include <asdcp/AS_DCP.h> #include <libcxml/cxml.h> #include <boost/foreach.hpp> |
