summaryrefslogtreecommitdiff
path: root/src/sound_asset_writer.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-01-12 21:21:30 +0100
committerCarl Hetherington <cth@carlh.net>2025-01-19 22:44:58 +0100
commitd4024848dfe293b06440d20a9f48894b2b008316 (patch)
tree86b3e460245131300d92024460e9b5238637365b /src/sound_asset_writer.cc
parent3c379a4ec4d030a8f7fbbc0ddf2621e4d39be238 (diff)
Move MainSoundConfiguration and MCASoundField into separate files.
Diffstat (limited to 'src/sound_asset_writer.cc')
-rw-r--r--src/sound_asset_writer.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sound_asset_writer.cc b/src/sound_asset_writer.cc
index 3ea2243b..0ebdaa04 100644
--- a/src/sound_asset_writer.cc
+++ b/src/sound_asset_writer.cc
@@ -43,6 +43,7 @@
#include "dcp_assert.h"
#include "exceptions.h"
#include "filesystem.h"
+#include "main_sound_configuration.h"
#include "sound_asset.h"
#include "sound_asset_writer.h"
#include "warnings.h"