summaryrefslogtreecommitdiff
path: root/src/sound_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-09-27 11:22:03 +0100
committerCarl Hetherington <cth@carlh.net>2016-09-27 11:22:03 +0100
commit8c7b705e318d888444e5156f627cdc48168d3ac7 (patch)
treea2afbcce25fc53f6438a834dff856cb8172ff096 /src/sound_asset.h
parent618962440a3474ab304772cda7b6aed08bb6a00a (diff)
Use a template as a basis for Frames.
Diffstat (limited to 'src/sound_asset.h')
-rw-r--r--src/sound_asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound_asset.h b/src/sound_asset.h
index a29eecd0..9278eeee 100644
--- a/src/sound_asset.h
+++ b/src/sound_asset.h
@@ -41,11 +41,11 @@
#include "mxf.h"
#include "types.h"
#include "metadata.h"
+#include "sound_frame.h"
namespace dcp
{
-class SoundFrame;
class SoundAssetWriter;
class SoundAssetReader;