diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-13 11:18:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-13 11:18:31 +0100 |
| commit | 0185ba27b0e9c52a173147c1380ec5f345109afc (patch) | |
| tree | 857df3c7f920312cccfa6a69cae7c709658a11c7 /src/lib/content_audio.h | |
| parent | 94d5ba335224db075a95a76654f732ef54a4eabd (diff) | |
More header trimming.
Diffstat (limited to 'src/lib/content_audio.h')
| -rw-r--r-- | src/lib/content_audio.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/content_audio.h b/src/lib/content_audio.h index 89a908b68..074d6b428 100644 --- a/src/lib/content_audio.h +++ b/src/lib/content_audio.h @@ -18,16 +18,20 @@ */ + #ifndef DCPOMATIC_CONTENT_AUDIO_H #define DCPOMATIC_CONTENT_AUDIO_H + /** @file src/lib/content_audio.h * @brief ContentAudio class. */ + #include "audio_buffers.h" #include "types.h" + /** @class ContentAudio * @brief A block of audio from a piece of content, with a timestamp as a frame within that content. */ @@ -43,4 +47,5 @@ public: Frame frame; }; + #endif |
