diff options
Diffstat (limited to 'third_party/base/numerics')
-rw-r--r-- | third_party/base/numerics/safe_conversions_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/base/numerics/safe_conversions_impl.h b/third_party/base/numerics/safe_conversions_impl.h index 7c88dda0a8..f7afdfe31c 100644 --- a/third_party/base/numerics/safe_conversions_impl.h +++ b/third_party/base/numerics/safe_conversions_impl.h @@ -5,6 +5,7 @@ #ifndef PDFIUM_THIRD_PARTY_BASE_SAFE_CONVERSIONS_IMPL_H_ #define PDFIUM_THIRD_PARTY_BASE_SAFE_CONVERSIONS_IMPL_H_ +#include <assert.h> #include <limits> #include "../macros.h" @@ -216,4 +217,3 @@ inline RangeConstraint DstRangeRelationToSrcRange(Src value) { } // namespace pdfium #endif // PDFIUM_THIRD_PARTY_BASE_SAFE_CONVERSIONS_IMPL_H_ - |