forked from OSchip/llvm-project
include/llvm/Support/Unicode.h didn't have re-include guards
llvm-svn: 208681
This commit is contained in:
parent
6298b347b6
commit
3f50b48875
|
@ -12,6 +12,9 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_SUPPORT_UNICODE_H
|
||||
#define LLVM_SUPPORT_UNICODE_H
|
||||
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
|
||||
namespace llvm {
|
||||
|
@ -60,3 +63,5 @@ int columnWidthUTF8(StringRef Text);
|
|||
} // namespace unicode
|
||||
} // namespace sys
|
||||
} // namespace llvm
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue