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

llvm-svn: 285012
This commit is contained in:
Eric Fiselier 2016-10-24 20:11:17 +00:00
parent 009fb08d14
commit 4d4c79d8f5
1 changed files with 1 additions and 0 deletions

View File

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