summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-05-27 23:43:29 +0000
committerEric Fiselier <eric@efcs.ca>2016-05-27 23:43:29 +0000
commit71c425f1994a6aca71427ac28bac849223e5bfb1 (patch)
treefdc47a0c4e9b54e35584aa8e6b7b9120e7987b49 /libcxx/test/support
parent139dc2d728bd6b31cd7105e28d364442b9db25ff (diff)
downloadbcm5719-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.h1
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"
OpenPOWER on IntegriCloud