[x265] [PATCH 05/18] AArch64: Add missing include in arm64-utils.h

Hari Limaye hari.limaye at arm.com
Tue Aug 13 15:19:34 UTC 2024


Include stdint.h in common/aarch64/arm64-utils.h, as the file uses
fixed-width integer types defined in this header without including it.
---
 source/common/aarch64/arm64-utils.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/source/common/aarch64/arm64-utils.h b/source/common/aarch64/arm64-utils.h
index 91d7f0b67..266b916cc 100644
--- a/source/common/aarch64/arm64-utils.h
+++ b/source/common/aarch64/arm64-utils.h
@@ -1,6 +1,7 @@
 #ifndef __ARM64_UTILS_H__
 #define __ARM64_UTILS_H__
 
+#include <stdint.h>
 
 namespace X265_NS
 {
-- 
2.42.1

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-AArch64-Add-missing-include-in-arm64-utils.h.patch
Type: text/x-patch
Size: 973 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20240813/0ea45644/attachment.bin>


More information about the x265-devel mailing list