diff options
author | Lei Zhang <thestig@chromium.org> | 2018-10-01 18:00:10 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-10-01 18:00:10 +0000 |
commit | ce342184e625493b826f6318cf104001c5c4d859 (patch) | |
tree | 54703f345b40658f16605820a5d2d8bb24ef7beb /third_party/base/bits.h | |
parent | 158b5719e4249721b6f411bf1c473f8d5bc31c93 (diff) | |
download | pdfium-ce342184e625493b826f6318cf104001c5c4d859.tar.xz |
Update some third_party/base headers.
- Sync bits.h and compiler_specific.h.
- Delete macros.h.
Change-Id: Idf586cd2ea61bc87ed86829d94ae0d4c5a04eae4
Reviewed-on: https://pdfium-review.googlesource.com/43170
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Diffstat (limited to 'third_party/base/bits.h')
-rw-r--r-- | third_party/base/bits.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/base/bits.h b/third_party/base/bits.h index cd250edbfe..3a92b4c8ed 100644 --- a/third_party/base/bits.h +++ b/third_party/base/bits.h @@ -10,6 +10,8 @@ #include <stddef.h> #include <stdint.h> +#include <type_traits> + #include "third_party/base/compiler_specific.h" #include "third_party/base/logging.h" |