Add include <utility> for std::exchange

This commit is contained in:
Tom spot Callaway 2022-02-16 13:55:19 -05:00
parent 3d4e86165c
commit bf83007e03
2 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,12 @@
diff -up chromium-98.0.4758.80/base/third_party/symbolize/symbolize.h.f36 chromium-98.0.4758.80/base/third_party/symbolize/symbolize.h
--- chromium-98.0.4758.80/base/third_party/symbolize/symbolize.h.f36 2022-02-08 19:28:20.198873875 +0000
+++ chromium-98.0.4758.80/base/third_party/symbolize/symbolize.h 2022-02-08 19:28:57.533127622 +0000
@@ -58,6 +58,8 @@
#include "config.h"
#include "glog/logging.h"
+#include <utility>
+
#ifdef HAVE_SYMBOLIZE
#include <algorithm>

View File

@ -318,7 +318,8 @@ Patch97: chromium-98.0.4758.80-remoting-extra-qualification.patch
Patch98: chromium-94.0.4606.71-InkDropHost-crash.patch
# Enable WebRTCPPipeWireCapturer by default
Patch99: chromium-96.0.4664.110-enable-WebRTCPipeWireCapturer-byDefault.patch
# Add include <utility> for std::exchange
Patch100: chromium-98.0.4758.80-missing-utility-for-std-exchange.patch
# Use lstdc++ on EPEL7 only
@ -998,6 +999,7 @@ udev.
%patch97 -p1 -b .remoting-extra-qualification
%patch98 -p1 -b .InkDropHost-crash
%patch99 -p1 -b .enable-WebRTCPipeWireCapturer-byDefault
%patch100 -p1 -b .missing-utility-for-std-exchange
# Fedora branded user agent
%if 0%{?fedora}