libstdc++: add missing atomic include for std::atomic
Bug: chromium:957519 Change-Id: I93242198ef8277d5f4d6044fb565d3126768b514 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/268187 Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com> Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37504}
This commit is contained in:
parent
5525e6310b
commit
cb56277a17
@ -13,6 +13,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <atomic>
|
||||
#include <cmath>
|
||||
#include <memory>
|
||||
#include <numeric>
|
||||
|
||||
@ -12,6 +12,7 @@
|
||||
#include <stddef.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <atomic>
|
||||
#include <memory>
|
||||
|
||||
#include "absl/types/optional.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user