diff options
author | Lei Zhang <thestig@chromium.org> | 2018-09-20 01:20:45 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-09-20 01:20:45 +0000 |
commit | f3cc72fd2b6910d4d7437f71efce23b501c5b526 (patch) | |
tree | d44f204dfa1bcfdb43353c28d8611ec210df683e /third_party | |
parent | d39389f6ec2eb96695d2645e1fc4e71fd7c5da08 (diff) | |
download | pdfium-f3cc72fd2b6910d4d7437f71efce23b501c5b526.tar.xz |
Remove many unneeded STL #includes from headers.
Change-Id: I7010cedee8d17d05b2c37a94d767e6f3a9c48f7d
Reviewed-on: https://pdfium-review.googlesource.com/42790
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/base/optional.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/base/optional.h b/third_party/base/optional.h index f92101c19b..81d2ebc5cf 100644 --- a/third_party/base/optional.h +++ b/third_party/base/optional.h @@ -6,6 +6,7 @@ #define PDFIUM_THIRD_PARTY_BASE_OPTIONAL_H_ #include <type_traits> +#include <utility> #include "third_party/base/logging.h" |