[llvm] 2b8e4c6 - Add missing header in Support/ConvertUTF.h
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 21 05:07:58 PST 2022
Author: serge-sans-paille
Date: 2022-01-21T14:01:51+01:00
New Revision: 2b8e4c6e5fbd5ec3bf7b75fd6b1e11d66fde78a9
URL: https://github.com/llvm/llvm-project/commit/2b8e4c6e5fbd5ec3bf7b75fd6b1e11d66fde78a9
DIFF: https://github.com/llvm/llvm-project/commit/2b8e4c6e5fbd5ec3bf7b75fd6b1e11d66fde78a9.diff
LOG: Add missing header in Support/ConvertUTF.h
Added:
Modified:
llvm/include/llvm/Support/ConvertUTF.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/Support/ConvertUTF.h b/llvm/include/llvm/Support/ConvertUTF.h
index a23aad6884d0..1add185330fa 100644
--- a/llvm/include/llvm/Support/ConvertUTF.h
+++ b/llvm/include/llvm/Support/ConvertUTF.h
@@ -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.
More information about the llvm-commits
mailing list