diff options
Diffstat (limited to 'include/llvm/Support/Unicode.h')
-rw-r--r-- | include/llvm/Support/Unicode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Support/Unicode.h b/include/llvm/Support/Unicode.h index f668a5bc88dfa..adedb1ed83a65 100644 --- a/include/llvm/Support/Unicode.h +++ b/include/llvm/Support/Unicode.h @@ -15,9 +15,9 @@ #ifndef LLVM_SUPPORT_UNICODE_H #define LLVM_SUPPORT_UNICODE_H -#include "llvm/ADT/StringRef.h" - namespace llvm { +class StringRef; + namespace sys { namespace unicode { |