Add missing header in Support/ConvertUTF.h

This commit is contained in:
serge-sans-paille 2022-01-21 14:01:51 +01:00
parent 75e164f61d
commit 2b8e4c6e5f
1 changed files with 1 additions and 0 deletions

View File

@ -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.