Skip to content

Commit

Permalink
[GTK] Unreviewed, build fix for Ubuntu 20.04 Nightly Release
Browse files Browse the repository at this point in the history
The build was failing due to a non-unified source build error,
header NeverDestroyed.h was missing.

* Source/WebKit/NetworkProcess/webrtc/NetworkRTCMonitor.cpp:

Canonical link: https://commits.webkit.org/263487@main
  • Loading branch information
dpino committed Apr 28, 2023
1 parent ff28cbf commit e4a3737
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/WebKit/NetworkProcess/webrtc/NetworkRTCMonitor.cpp
Expand Up @@ -33,6 +33,7 @@
#include "NetworkRTCProvider.h"
#include "WebRTCMonitorMessages.h"
#include <wtf/Function.h>
#include <wtf/NeverDestroyed.h>
#include <wtf/WeakHashSet.h>

ALLOW_COMMA_BEGIN
Expand Down

0 comments on commit e4a3737

Please sign in to comment.