diff options
| author | Eric Fiselier <eric@efcs.ca> | 2016-05-27 23:43:29 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2016-05-27 23:43:29 +0000 |
| commit | 71c425f1994a6aca71427ac28bac849223e5bfb1 (patch) | |
| tree | fdc47a0c4e9b54e35584aa8e6b7b9120e7987b49 /libcxx/test/support | |
| parent | 139dc2d728bd6b31cd7105e28d364442b9db25ff (diff) | |
| download | bcm5719-llvm-71c425f1994a6aca71427ac28bac849223e5bfb1.tar.gz bcm5719-llvm-71c425f1994a6aca71427ac28bac849223e5bfb1.zip | |
Add missing include to test_iterators.h
llvm-svn: 271074
Diffstat (limited to 'libcxx/test/support')
| -rw-r--r-- | libcxx/test/support/test_iterators.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/support/test_iterators.h b/libcxx/test/support/test_iterators.h index c6394434b23..d8790fecb62 100644 --- a/libcxx/test/support/test_iterators.h +++ b/libcxx/test/support/test_iterators.h @@ -12,6 +12,7 @@ #include <iterator> #include <stdexcept> +#include <cstddef> #include <cassert> #include "test_macros.h" |

