Add missing includes uncovered by libc++ change
These files were previously relying on a transitive include in libc++, which is now gone. Bug: 325103513 Change-Id: Ibdae710e02368efe8285100ee4c395491ddc9a2c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5295498 Commit-Queue: Hans Wennborg <hans@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by: Nico Weber <thakis@chromium.org> Auto-Submit: Hans Wennborg <hans@chromium.org> Owners-Override: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/main@{#1260415}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
aad54a2b9a
commit
47aeebfd83
ash/accelerometer
chrome/browser/ash/app_list/search/util
third_party/test_fonts/fontconfig
@ -4,6 +4,8 @@
|
||||
|
||||
#include "ash/accelerometer/accelerometer_types.h"
|
||||
|
||||
#include <cmath>
|
||||
|
||||
#include "base/numerics/math_constants.h"
|
||||
#include "ui/gfx/geometry/vector3d_f.h"
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
#include "chrome/browser/ash/app_list/search/util/manatee.h"
|
||||
|
||||
#include <cmath>
|
||||
#include <numeric>
|
||||
#include <optional>
|
||||
#include <vector>
|
||||
|
@ -10,6 +10,7 @@
|
||||
|
||||
#include <cassert>
|
||||
#include <climits>
|
||||
#include <cstdlib>
|
||||
#include <string>
|
||||
|
||||
namespace test_fonts {
|
||||
|
Reference in New Issue
Block a user