commit | d48287fd959314416eee00f5bf2f1a3482986d2f | [log] [tgz] |
---|---|---|
author | Takuto Ikuta <tikuta@google.com> | Thu Dec 19 11:17:50 2024 -0800 |
committer | Pdfium LUCI CQ <pdfium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 19 11:17:50 2024 -0800 |
tree | 515d7e0798ed30c90d013d42f6ff238047eb7276 | |
parent | b69783fd189976dd4625c7dcd9c07921b94d4a3c [diff] |
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: 40263312 Change-Id: I6c21e8efbc7fbcf88c02087e6a3c7ab8a6277370 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/127390 Auto-Submit: Takuto Ikuta <tikuta@google.com> Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
diff --git a/testing/helpers/event.cc b/testing/helpers/event.cc index 9ed69a4..abcf9d6 100644 --- a/testing/helpers/event.cc +++ b/testing/helpers/event.cc
@@ -4,6 +4,7 @@ #include "testing/helpers/event.h" +#include <stdint.h> #include <stdio.h> #include <string>