demux: dash: include cstdint, needed for uint64_t

Fixes #27077.

(cherry picked from commit 6fca76ebd7)
This commit is contained in:
Johannes Kauffmann 2022-07-11 19:35:57 +00:00 committed by David
parent 7a1446e385
commit 58d30c8b64
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#ifndef TEMPLATEDURI_HPP
#define TEMPLATEDURI_HPP
#include <cstdint>
#include <string>
namespace dash