diff options
Diffstat (limited to 'contrib/llvm/include/llvm/Support/ConvertUTF.h')
-rw-r--r-- | contrib/llvm/include/llvm/Support/ConvertUTF.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/include/llvm/Support/ConvertUTF.h b/contrib/llvm/include/llvm/Support/ConvertUTF.h index f714c0ed997e..bd439f360216 100644 --- a/contrib/llvm/include/llvm/Support/ConvertUTF.h +++ b/contrib/llvm/include/llvm/Support/ConvertUTF.h @@ -90,8 +90,8 @@ #ifndef LLVM_SUPPORT_CONVERTUTF_H #define LLVM_SUPPORT_CONVERTUTF_H -#include <string> #include <cstddef> +#include <string> // Wrap everything in namespace llvm so that programs can link with llvm and // their own version of the unicode libraries. |