forked from OSchip/llvm-project
Add missing include in string_view tests. Patch from Billy ONeil @ microsoft
llvm-svn: 285012
This commit is contained in:
parent
009fb08d14
commit
4d4c79d8f5
|
@ -19,6 +19,7 @@
|
|||
|
||||
|
||||
#include <string_view>
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "test_macros.h"
|
||||
|
|
Loading…
Reference in New Issue