blob: 96fcfb653019d0d984ad9da197742c622d21342d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/base/allocator/partition_allocator/pcscan.cc b/base/allocator/partition_allocator/pcscan.cc
index b8d96e32d..a802a1fae 100644
--- a/base/allocator/partition_allocator/pcscan.cc
+++ b/base/allocator/partition_allocator/pcscan.cc
@@ -7,6 +7,7 @@
#include <algorithm>
#include <map>
#include <mutex>
+#include <condition_variable>
#include <numeric>
#include <set>
#include <thread>
|