summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorDavid Lattimore <dml@google.com>2015-09-18 07:39:39 +1000
committerDavid Lattimore <dml@google.com>2015-09-18 07:39:39 +1000
commitfa31d9630aadfe101d3b35e26ce0fc926ec1505b (patch)
treee0ad9e4428d9515076d64042c66e4850b8aceba1 /third_party
parent1af240cc45480520b447be767686e73a29c48f9e (diff)
downloadpdfium-fa31d9630aadfe101d3b35e26ce0fc926ec1505b.tar.xz
Fix a #include in fpdf_page_func.cpp.
Not sure why building with gyp was working despite the missing '../' but it wasn't working in stricter build systems. BUG= R=thestig@chromium.org Review URL: https://codereview.chromium.org/1321293003.
Diffstat (limited to 'third_party')
-rw-r--r--third_party/base/numerics/safe_conversions_impl.h2
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_
-