Skip to content

Commit 56bd931

Browse files
fix: Add missing cstdint include (#1697)
1 parent e8ea793 commit 56bd931

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/common/bit_depth.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#pragma once
22

33
#include <memory>
4+
#include <cstdint>
45

56
namespace caspar { namespace common {
67

@@ -13,4 +14,4 @@ enum class bit_depth : uint8_t
1314
bit16,
1415
};
1516

16-
}} // namespace caspar::common
17+
}} // namespace caspar::common

0 commit comments

Comments
 (0)