commit | ce342184e625493b826f6318cf104001c5c4d859 | [log] [tgz] |
---|---|---|
author | Lei Zhang <thestig@chromium.org> | Mon Oct 01 18:00:10 2018 +0000 |
committer | Chromium commit bot <commit-bot@chromium.org> | Mon Oct 01 18:00:10 2018 +0000 |
tree | 54703f345b40658f16605820a5d2d8bb24ef7beb | |
parent | 158b5719e4249721b6f411bf1c473f8d5bc31c93 [diff] [blame] |
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>
diff --git a/third_party/base/bits.h b/third_party/base/bits.h index cd250ed..3a92b4c 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"