diff options
author | Lei Zhang <thestig@chromium.org> | 2017-12-20 19:05:40 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-12-20 19:05:40 +0000 |
commit | fbeb04b695541935569611bc58a5dce0f2e6aed6 (patch) | |
tree | d3b1615226d5ba1ee18c42836e8a34e0937f5806 /testing | |
parent | cc42afc14b6e54750a95b0e5fd7f01664280c36e (diff) | |
download | pdfium-fbeb04b695541935569611bc58a5dce0f2e6aed6.tar.xz |
IWYU in testing/range_set.h.
Change-Id: I8d5ae99b22520c3695e026c0ab79b570d1965d52
Reviewed-on: https://pdfium-review.googlesource.com/21810
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'testing')
-rw-r--r-- | testing/range_set.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/range_set.h b/testing/range_set.h index 87cbee910b..6ed24bd83c 100644 --- a/testing/range_set.h +++ b/testing/range_set.h @@ -5,6 +5,8 @@ #ifndef TESTING_RANGE_SET_H_ #define TESTING_RANGE_SET_H_ +#include <stddef.h> + #include <set> #include <utility> |