Skip to content

Commit

Permalink
fix: fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
andycall committed Dec 27, 2024
1 parent 0f832dc commit bfc1851
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions bridge/core/dart_isolate_context.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* Copyright (C) 2022-present The WebF authors. All rights reserved.
*/

#include <algorithm>
#include "dart_isolate_context.h"
#include <unordered_set>
#include "defined_properties_initializer.h"
Expand Down
1 change: 1 addition & 0 deletions bridge/core/dom/space_split_string.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#ifndef WEBF_CORE_DOM_SPACE_SPLIT_STRING_H_
#define WEBF_CORE_DOM_SPACE_SPLIT_STRING_H_

#include <algorithm>
#include <unordered_map>
#include <vector>
#include "bindings/qjs/atomic_string.h"
Expand Down
2 changes: 1 addition & 1 deletion bridge/foundation/ui_command_strategy.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* Copyright (C) 2022-present The WebF authors. All rights reserved.
*/

#include <algorithm>
#include "ui_command_strategy.h"
#include <math.h>
#include <algorithm>
#include "core/binding_object.h"
#include "logging.h"
#include "shared_ui_command.h"
Expand Down

0 comments on commit bfc1851

Please sign in to comment.