Index: third_party/base/numerics/safe_conversions_impl.h |
diff --git a/third_party/base/numerics/safe_conversions_impl.h b/third_party/base/numerics/safe_conversions_impl.h |
index 7c88dda0a85c98fcc54d58e3d4227bff04ab05cf..f7afdfe31c054bcb13eb1d4a7a3b38406863023a 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_ |
- |