diff options
Diffstat (limited to 'chromium/third_party/private-join-and-compute')
-rw-r--r-- | chromium/third_party/private-join-and-compute/src/chromium_patch.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/third_party/private-join-and-compute/src/chromium_patch.h b/chromium/third_party/private-join-and-compute/src/chromium_patch.h index 931a53ef1f1..8d5ac3a3bc4 100644 --- a/chromium/third_party/private-join-and-compute/src/chromium_patch.h +++ b/chromium/third_party/private-join-and-compute/src/chromium_patch.h @@ -2,6 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include <ostream> + +#include "base/check_op.h" #include "base/compiler_specific.h" #include "base/logging.h" |