Mark Mentovai 3b0a429371 Fix #includes
- Where std::nullptr_t is used (in namespace std), #include <cstddef>,
   even if it appears alongside <stddef.h> because types like intptr_t
   are used (in the root namespace).
 - Where math library functions are used, #include <cmath> to get and
   use the versions of functions in namespace std which are overloaded
   by argument type, such as std::isinf and std::isnan.

third_party is excluded.

Change-Id: Ic9c143f407e5a9c5cff4098cf566ba5caf4bf6d8
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/6021439
Commit-Queue: Mark Mentovai <mark@chromium.org>
Reviewed-by: Joshua Peraza <jperaza@chromium.org>
2024-11-14 17:06:54 +00:00
..
2024-10-22 02:23:41 +00:00
2023-10-18 20:01:37 +00:00
2024-08-14 01:57:47 +00:00
2023-12-12 22:52:47 +00:00
2024-08-14 03:11:45 +00:00
2024-08-14 03:11:45 +00:00
2024-11-14 17:06:54 +00:00
2023-12-12 22:52:47 +00:00
2024-02-22 19:28:55 +00:00
2023-08-04 16:50:05 +00:00
2024-05-06 14:12:00 +00:00
2024-11-14 17:06:54 +00:00
2024-08-14 03:11:45 +00:00