From bfc1851102520c87f817302b796639fb5532746a Mon Sep 17 00:00:00 2001 From: andycall Date: Sat, 28 Dec 2024 01:03:20 +0800 Subject: [PATCH] fix: fix linux build --- bridge/core/dart_isolate_context.cc | 1 + bridge/core/dom/space_split_string.h | 1 + bridge/foundation/ui_command_strategy.cc | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bridge/core/dart_isolate_context.cc b/bridge/core/dart_isolate_context.cc index 3787b1e533..a5b2e29c53 100644 --- a/bridge/core/dart_isolate_context.cc +++ b/bridge/core/dart_isolate_context.cc @@ -2,6 +2,7 @@ * Copyright (C) 2022-present The WebF authors. All rights reserved. */ +#include #include "dart_isolate_context.h" #include #include "defined_properties_initializer.h" diff --git a/bridge/core/dom/space_split_string.h b/bridge/core/dom/space_split_string.h index 154053dfbe..f7843a5ee4 100644 --- a/bridge/core/dom/space_split_string.h +++ b/bridge/core/dom/space_split_string.h @@ -5,6 +5,7 @@ #ifndef WEBF_CORE_DOM_SPACE_SPLIT_STRING_H_ #define WEBF_CORE_DOM_SPACE_SPLIT_STRING_H_ +#include #include #include #include "bindings/qjs/atomic_string.h" diff --git a/bridge/foundation/ui_command_strategy.cc b/bridge/foundation/ui_command_strategy.cc index 1cce5ff4f3..ddb56edace 100644 --- a/bridge/foundation/ui_command_strategy.cc +++ b/bridge/foundation/ui_command_strategy.cc @@ -2,9 +2,9 @@ * Copyright (C) 2022-present The WebF authors. All rights reserved. */ -#include #include "ui_command_strategy.h" #include +#include #include "core/binding_object.h" #include "logging.h" #include "shared_ui_command.h"