diff options
Diffstat (limited to 'include/llvm/Support/ConvertUTF.h')
-rw-r--r-- | include/llvm/Support/ConvertUTF.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/ConvertUTF.h b/include/llvm/Support/ConvertUTF.h index f714c0ed997ed..bd439f3602169 100644 --- a/include/llvm/Support/ConvertUTF.h +++ b/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. |