From e8d0b2772d43b384a323430c93a77040853cf072 Mon Sep 17 00:00:00 2001 From: Joel Winarske Date: Tue, 28 Nov 2023 17:00:22 -0800 Subject: [PATCH] binary_messenger missing cstdint -removes requirement to patch on Linux Signed-off-by: Joel Winarske --- .../common/client_wrapper/include/flutter/binary_messenger.h | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/platform/common/client_wrapper/include/flutter/binary_messenger.h b/shell/platform/common/client_wrapper/include/flutter/binary_messenger.h index d552b499ee233..553ba0bba49ff 100644 --- a/shell/platform/common/client_wrapper/include/flutter/binary_messenger.h +++ b/shell/platform/common/client_wrapper/include/flutter/binary_messenger.h @@ -5,6 +5,7 @@ #ifndef FLUTTER_SHELL_PLATFORM_COMMON_CLIENT_WRAPPER_INCLUDE_FLUTTER_BINARY_MESSENGER_H_ #define FLUTTER_SHELL_PLATFORM_COMMON_CLIENT_WRAPPER_INCLUDE_FLUTTER_BINARY_MESSENGER_H_ +#include #include #include