Skip to content

Commit

Permalink
Fix build with -DENABLE_GPU_PROCESS=ON in RemoteAudioDestinationManag…
Browse files Browse the repository at this point in the history
…er.h

https://bugs.webkit.org/show_bug.cgi?id=265032

Unreviewed build fix.

Trivial fix for a 'SharedMemory' has not been declared error.

* Source/WebKit/GPUProcess/media/RemoteAudioDestinationManager.h:

Canonical link: https://commits.webkit.org/270964@main
  • Loading branch information
psaavedra committed Nov 20, 2023
1 parent 72de722 commit 93d3683
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include "Connection.h"
#include "IPCSemaphore.h"
#include "RemoteAudioDestinationIdentifier.h"
#include "SharedMemory.h"
#include <memory>
#include <wtf/CompletionHandler.h>
#include <wtf/HashMap.h>
Expand Down

0 comments on commit 93d3683

Please sign in to comment.