diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-01 12:32:42 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-01 12:32:42 +0100 |
| commit | 89d5fe15b399eae5afad0b856f2d7b267a1c86c0 (patch) | |
| tree | a795c7b2757af5f4940fc84815d3c0936b3e1777 /src/dcp.cc | |
| parent | 74cbdf6bda1ebb2c33e873d03c731ce3e5baaf11 (diff) | |
asdcp headers moved into subdirectory.
Diffstat (limited to 'src/dcp.cc')
| -rw-r--r-- | src/dcp.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,12 +50,12 @@ #include "cpl.h" #include "certificate_chain.h" #include "compose.hpp" -#include "AS_DCP.h" #include "decrypted_kdm.h" #include "decrypted_kdm_key.h" #include "dcp_assert.h" #include "reel_asset.h" #include "font_asset.h" +#include <asdcp/AS_DCP.h> #include <xmlsec/xmldsig.h> #include <xmlsec/app.h> #include <libxml++/libxml++.h> |
