[lldb] Fix the modules build
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 23 Jun 2020 22:13:14 +0000 (15:13 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 23 Jun 2020 22:13:30 +0000 (15:13 -0700)
Fixes error: invalid operands to binary expression ('llvm::StringRef'
and 'const char [6]')

llvm/include/llvm/Analysis/Utils/Local.h

index e7ed45d..f31b563 100644 (file)
@@ -14,6 +14,7 @@
 #ifndef LLVM_ANALYSIS_UTILS_LOCAL_H
 #define LLVM_ANALYSIS_UTILS_LOCAL_H
 
+#include "llvm/ADT/StringRef.h"
 #include "llvm/IR/DataLayout.h"
 #include "llvm/IR/GetElementPtrTypeIterator.h"