Add missing include in string_view tests. Patch from Billy ONeil @ microsoft

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@285012 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2016-10-24 20:11:17 +00:00
parent 44543930e4
commit 04b7f3da2b

View File

@@ -19,6 +19,7 @@
#include <string_view>
#include <algorithm>
#include <cassert>
#include "test_macros.h"