diff options
Diffstat (limited to 'src/sound_asset.h')
| -rw-r--r-- | src/sound_asset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound_asset.h b/src/sound_asset.h index a29eecd0..6d090312 100644 --- a/src/sound_asset.h +++ b/src/sound_asset.h @@ -41,13 +41,13 @@ #include "mxf.h" #include "types.h" #include "metadata.h" +#include "sound_frame.h" +#include "sound_asset_reader.h" namespace dcp { -class SoundFrame; class SoundAssetWriter; -class SoundAssetReader; /** @class SoundAsset * @brief Representation of a sound asset |
