Skip to content

Commit

Permalink
Fix non-unified builds
Browse files Browse the repository at this point in the history
Unreviewed build fix.

* Source/WebCore/Modules/mediastream/MediaStreamTrackProcessor.h: Add
missing wtf/IsoMalloc.h header inclusion.
  • Loading branch information
aperezdc committed Feb 20, 2024
1 parent 3033f5c commit 29e78c0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include "ReadableStreamSource.h"
#include "RealtimeMediaSource.h"
#include "WebCodecsVideoFrame.h"
#include <wtf/IsoMalloc.h>

namespace JSC {
class JSGlobaObject;
Expand Down

0 comments on commit 29e78c0

Please sign in to comment.