summaryrefslogtreecommitdiff
path: root/src/stereo_picture_asset.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-01 12:32:42 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-01 12:32:42 +0100
commit89d5fe15b399eae5afad0b856f2d7b267a1c86c0 (patch)
treea795c7b2757af5f4940fc84815d3c0936b3e1777 /src/stereo_picture_asset.cc
parent74cbdf6bda1ebb2c33e873d03c731ce3e5baaf11 (diff)
asdcp headers moved into subdirectory.
Diffstat (limited to 'src/stereo_picture_asset.cc')
-rw-r--r--src/stereo_picture_asset.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stereo_picture_asset.cc b/src/stereo_picture_asset.cc
index 5c3d04ff..cc197546 100644
--- a/src/stereo_picture_asset.cc
+++ b/src/stereo_picture_asset.cc
@@ -31,13 +31,13 @@
files in the program, then also delete it here.
*/
-#include "AS_DCP.h"
#include "stereo_picture_asset.h"
#include "stereo_picture_frame.h"
#include "exceptions.h"
#include "stereo_picture_asset_writer.h"
#include "stereo_picture_asset_reader.h"
#include "dcp_assert.h"
+#include <asdcp/AS_DCP.h>
using std::string;
using std::pair;