From dcb35ad8aef400dcb87e938eac17cff1f061b36c Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Fri, 27 May 2016 23:43:29 +0000 Subject: [PATCH] Add missing include to test_iterators.h git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@271074 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/support/test_iterators.h | 1 + 1 file changed, 1 insertion(+) diff --git a/test/support/test_iterators.h b/test/support/test_iterators.h index c6394434b..d8790fecb 100644 --- a/test/support/test_iterators.h +++ b/test/support/test_iterators.h @@ -12,6 +12,7 @@ #include #include +#include #include #include "test_macros.h"