From ab8f30a582a81318817564656ebe365d98d2847b Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sat, 24 Feb 2024 11:05:44 +0100 Subject: [PATCH] EbmlEndian.h: include EbmlTypes.h for required types (binary, std::int64_t) --- ebml/EbmlEndian.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ebml/EbmlEndian.h b/ebml/EbmlEndian.h index ad40b280..e412202e 100644 --- a/ebml/EbmlEndian.h +++ b/ebml/EbmlEndian.h @@ -21,6 +21,8 @@ #include #include +#include + #include "EbmlConfig.h" // contains _ENDIANESS_ #if defined(__linux__)