diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-02-08 09:34:35 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-02-08 09:34:35 -0800 |
commit | ddf2f339f603246107451931d16245c8b7d1d7c4 (patch) | |
tree | 94350b986e9b31f6246616ca08a77e16c9cbc581 /third_party/base/stl_util.h | |
parent | 22e659117f4302718e5bb82f7c74251bf032be4d (diff) | |
download | pdfium-ddf2f339f603246107451931d16245c8b7d1d7c4.tar.xz |
Remove CFX_PtrArray from xfa/include/fwl
Fix IWYU in stl_util.h
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1672283002 .
Diffstat (limited to 'third_party/base/stl_util.h')
-rw-r--r-- | third_party/base/stl_util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/base/stl_util.h b/third_party/base/stl_util.h index 7f1d38bf40..353d3a68c3 100644 --- a/third_party/base/stl_util.h +++ b/third_party/base/stl_util.h @@ -5,6 +5,8 @@ #ifndef PDFIUM_THIRD_PARTY_BASE_STL_UTIL_H_ #define PDFIUM_THIRD_PARTY_BASE_STL_UTIL_H_ +#include <algorithm> + #include "third_party/base/numerics/safe_conversions.h" namespace pdfium { |