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_Generator.h | |
| parent | ee04871698c10aa4d9736d3457bf74ff68a07b5d (diff) | |
Fix include paths.
Diffstat (limited to 'src/AtmosSyncChannel_Generator.h')
| -rw-r--r-- | src/AtmosSyncChannel_Generator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AtmosSyncChannel_Generator.h b/src/AtmosSyncChannel_Generator.h index d7f4219..e60a16b 100644 --- a/src/AtmosSyncChannel_Generator.h +++ b/src/AtmosSyncChannel_Generator.h @@ -32,7 +32,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef _ATMOSSYNCCHANNEL_GENERATOR_H_ #define _ATMOSSYNCCHANNEL_GENERATOR_H_ -#include <AS_DCP.h> +#include <asdcp/AS_DCP.h> #include "SyncEncoder.h" #include "UUIDInformation.h" |
