Add missing include that caused a test failure on Windows. Thanks to STL for the patch. No functional change.

llvm-svn: 279453
This commit is contained in:
Marshall Clow 2016-08-22 18:45:31 +00:00
parent 4f7a5c3bb4
commit 3820ac3106
1 changed files with 1 additions and 0 deletions
libcxx/test/std/containers/associative/map/map.cons

View File

@ -17,6 +17,7 @@
#include <cassert> #include <cassert>
#include <vector> #include <vector>
#include <algorithm> #include <algorithm>
#include <iterator>
#include <iostream> #include <iostream>