Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 9a840e8

Browse files
Reverts "binary_messenger missing cstdint" (#48483)
Reverts #48481 Initiated by: matanlurey This change reverts the following previous change: Original Description: This PR adds cstdint to binary_messenger.h. Without this building plugin support for generic Linux fails. Not related to the GTK source tree. *Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must list at least one issue.* *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].* [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent fbb2b1e commit 9a840e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shell/platform/common/client_wrapper/include/flutter/binary_messenger.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#ifndef FLUTTER_SHELL_PLATFORM_COMMON_CLIENT_WRAPPER_INCLUDE_FLUTTER_BINARY_MESSENGER_H_
66
#define FLUTTER_SHELL_PLATFORM_COMMON_CLIENT_WRAPPER_INCLUDE_FLUTTER_BINARY_MESSENGER_H_
77

8-
#include <cstdint>
98
#include <functional>
109
#include <string>
1110

0 commit comments

Comments
 (0)