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/asset_writer.cc | |
| parent | 74cbdf6bda1ebb2c33e873d03c731ce3e5baaf11 (diff) | |
asdcp headers moved into subdirectory.
Diffstat (limited to 'src/asset_writer.cc')
| -rw-r--r-- | src/asset_writer.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/asset_writer.cc b/src/asset_writer.cc index c5610e5d..8ce05d5b 100644 --- a/src/asset_writer.cc +++ b/src/asset_writer.cc @@ -38,8 +38,8 @@ #include "asset_writer.h" #include "mxf.h" #include "dcp_assert.h" -#include "AS_DCP.h" -#include "KM_prng.h" +#include <asdcp/AS_DCP.h> +#include <asdcp/KM_prng.h> using namespace dcp; |
