diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-06-14 00:26:33 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-06-14 00:26:33 +0200 |
| commit | c78ff82fa79eb3f95d576c43510cbae08b0db5e3 (patch) | |
| tree | 8a2b1c337bf53ac0d894d31a129bbe7e7dc3dbb7 /src/AtmosSyncChannel_Mixer.cpp | |
| parent | ee04871698c10aa4d9736d3457bf74ff68a07b5d (diff) | |
Fix include paths.
Diffstat (limited to 'src/AtmosSyncChannel_Mixer.cpp')
| -rw-r--r-- | src/AtmosSyncChannel_Mixer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AtmosSyncChannel_Mixer.cpp b/src/AtmosSyncChannel_Mixer.cpp index db2401a..372177e 100644 --- a/src/AtmosSyncChannel_Mixer.cpp +++ b/src/AtmosSyncChannel_Mixer.cpp @@ -33,7 +33,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include <algorithm> -#include <AS_DCP.h> +#include <asdcp/AS_DCP.h> #include <asdcp/KM_log.h> #include <PCMDataProviders.h> |
