cc: add missing includes for the build with use_libcxx_modules
This is to fix build error when we set use_libcxx_modules=true in chromium build. Bug: 40440396 Change-Id: Iad5cc9a276da830f7c6b127aecc7a9dae0d62734 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6090672 Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Reviewed-by: Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/main@{#1395266}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
42d487478f
commit
e0d403bc50
@ -5,8 +5,11 @@
|
||||
#ifndef CC_INPUT_MAIN_THREAD_SCROLLING_REASON_H_
|
||||
#define CC_INPUT_MAIN_THREAD_SCROLLING_REASON_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#include "cc/cc_export.h"
|
||||
|
||||
namespace base {
|
||||
|
Reference in New Issue
Block a user