From 4b208468d4e4a01617636c55b6c981c415ce1c9e Mon Sep 17 00:00:00 2001 From: Mehdi Amini Date: Mon, 18 Apr 2016 09:08:59 +0000 Subject: [PATCH] Add missing include for StringRef (NFC) From: Mehdi Amini git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@266594 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Format/Encoding.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Format/Encoding.h b/lib/Format/Encoding.h index 592d7201a8..148f7fd0e9 100644 --- a/lib/Format/Encoding.h +++ b/lib/Format/Encoding.h @@ -17,6 +17,7 @@ #define LLVM_CLANG_LIB_FORMAT_ENCODING_H #include "clang/Basic/LLVM.h" +#include "llvm/ADT/StringRef.h" #include "llvm/Support/ConvertUTF.h" #include "llvm/Support/Unicode.h" -- 2.40.0