forked from OSchip/llvm-project
Add missing header in Support/ConvertUTF.h
This commit is contained in:
parent
75e164f61d
commit
2b8e4c6e5f
|
@ -91,6 +91,7 @@
|
|||
|
||||
#include <cstddef>
|
||||
#include <string>
|
||||
#include <system_error>
|
||||
|
||||
// Wrap everything in namespace llvm so that programs can link with llvm and
|
||||
// their own version of the unicode libraries.
|
||||
|
|
Loading…
Reference in New Issue