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.h | |
| parent | ee04871698c10aa4d9736d3457bf74ff68a07b5d (diff) | |
Fix include paths.
Diffstat (limited to 'src/AtmosSyncChannel_Mixer.h')
| -rw-r--r-- | src/AtmosSyncChannel_Mixer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AtmosSyncChannel_Mixer.h b/src/AtmosSyncChannel_Mixer.h index 27c3b9f..c225886 100644 --- a/src/AtmosSyncChannel_Mixer.h +++ b/src/AtmosSyncChannel_Mixer.h @@ -32,8 +32,8 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef _ATMOSSYNCCHANNEL_MIXER_H_ #define _ATMOSSYNCCHANNEL_MIXER_H_ -#include <AS_DCP.h> -#include <KM_error.h> +#include <asdcp/AS_DCP.h> +#include <asdcp/KM_error.h> #include <PCMDataProviders.h> #include <vector> |
