Skip to content

Commit

Permalink
[JSC] A64DOpcode include <mutex>
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=270394

Reviewed by Michael Catanzaro.

When UNIFIED_BUILDS are disabled, the build fails due to missing std::call_once.

* Source/JavaScriptCore/disassembler/ARM64/A64DOpcode.h: include <mutex>.

Canonical link: https://commits.webkit.org/275630@main
  • Loading branch information
Dennis Camera authored and mcatanzaro committed Mar 4, 2024
1 parent 65ee365 commit 56001e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/JavaScriptCore/disassembler/ARM64/A64DOpcode.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#pragma once

#include <mutex>
#include <stdint.h>
#include <wtf/Assertions.h>
#include <wtf/DataLog.h>
Expand Down

0 comments on commit 56001e9

Please sign in to comment.